summaryrefslogtreecommitdiff
path: root/package/jack2/patches
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/patches
parentf0baf9a752917e916eeec3636cce0a64d04cdca0 (diff)
jack2: update to latest git
Diffstat (limited to 'package/jack2/patches')
-rw-r--r--package/jack2/patches/patch-wscript19
1 files changed, 0 insertions, 19 deletions
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")