aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-20 03:59:58 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-20 03:59:58 +0000
commit2ba291625b7f6ffc76c1b79fa5a29f81cd4b26b3 (patch)
tree05435c4d01f40089b7aed4a0ce8f888a8ae830e0 /packages
parentf889943d84354c51f35c0155e70db1a1ba82f3d7 (diff)
accepted in git commit fc8a6dba6512b0591436e87107c9728224da8102
svn path=/trunk/; revision=13864
Diffstat (limited to 'packages')
-rw-r--r--packages/patches/support_new_jackosx-0.41.2.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/patches/support_new_jackosx-0.41.2.patch b/packages/patches/support_new_jackosx-0.41.2.patch
deleted file mode 100644
index 88fe39b9..00000000
--- a/packages/patches/support_new_jackosx-0.41.2.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Index: configure.in
-===================================================================
---- configure.in (revision 9464)
-+++ configure.in (working copy)
-@@ -347,11 +347,11 @@
- OSNUMBER=2
- if test x$jack = "xyes";
- then
-- LDFLAGS=$LDFLAGS" -weak_framework Jack"
-+ LDFLAGS=$LDFLAGS" -weak_framework Jackmp"
- fi
- if test x$jack = "xrun";
- then
-- LDFLAGS=$LDFLAGS" -weak_framework Jack"
-+ LDFLAGS=$LDFLAGS" -weak_framework Jackmp"
- fi
- fi
-