summaryrefslogtreecommitdiff
path: root/package/jack2
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-03-31 05:13:20 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-04-02 16:12:46 +0200
commit364beb5c1c5af9f1c447c0733b77e3c2684a2dfa (patch)
treeeff0e150889ebe8fa5909087701d17877ce1c3d0 /package/jack2
parentf0baf9a752917e916eeec3636cce0a64d04cdca0 (diff)
jack2: update to latest git
Diffstat (limited to 'package/jack2')
-rw-r--r--package/jack2/Makefile2
-rw-r--r--package/jack2/patches/patch-wscript19
2 files changed, 1 insertions, 20 deletions
diff --git a/package/jack2/Makefile b/package/jack2/Makefile
index 3e1e0cf02..dc2894852 100644
--- a/package/jack2/Makefile
+++ b/package/jack2/Makefile
@@ -4,7 +4,7 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= jack2
-PKG_VERSION:= 7bdad4966b29f721c384bdfe6921a1e5c1d84561
+PKG_VERSION:= 2d1d323505585d406a7e64fb932953baefc5945e
PKG_RELEASE:= 1
PKG_GIT:= hash
PKG_DESCR:= audio connection kit (v2)
diff --git a/package/jack2/patches/patch-wscript b/package/jack2/patches/patch-wscript
deleted file mode 100644
index 0ea616b04..000000000
--- a/package/jack2/patches/patch-wscript
+++ /dev/null
@@ -1,19 +0,0 @@
---- jack2-1.9.10.orig/wscript 2014-06-02 08:43:27.000000000 +0200
-+++ jack2-1.9.10/wscript 2016-02-02 06:58:57.000000000 +0100
-@@ -93,15 +93,7 @@ def configure(conf):
- conf.load('compiler_cxx')
- conf.load('compiler_cc')
- if Options.options.dist_target == 'auto':
-- platform = sys.platform
-- conf.env['IS_MACOSX'] = platform == 'darwin'
-- conf.env['IS_LINUX'] = platform == 'linux' or platform == 'linux2' or platform == 'linux3' or platform == 'posix'
-- conf.env['IS_SUN'] = platform == 'sunos'
-- # GNU/kFreeBSD and GNU/Hurd are treated as Linux
-- if platform.startswith('gnu0') or platform.startswith('gnukfreebsd'):
-- conf.env['IS_LINUX'] = True
-- elif Options.options.dist_target == 'mingw':
-- conf.env['IS_WINDOWS'] = True
-+ conf.env['IS_LINUX'] = True
-
- if conf.env['IS_LINUX']:
- Logs.pprint('CYAN', "Linux detected")