aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-02-22 03:41:37 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-02-22 03:41:37 +0000
commitc86993bfb212661e5d3bbac5cb4058c4228b989a (patch)
treeb08e283c5f46ebb939cbe15a79eeff17d2cbfb1c /packages
parent66bd80fb0ac6cde04fbc303ffb8c25aefa6cf726 (diff)
upgraded to JackOSX 0.76, which has a framework with a different name. The old version was called 'Jack.framework', this one is called 'Jackmp.framework'
svn path=/trunk/; revision=9465
Diffstat (limited to 'packages')
-rw-r--r--packages/patches/support_new_jackosx-0.41.2.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/patches/support_new_jackosx-0.41.2.patch b/packages/patches/support_new_jackosx-0.41.2.patch
new file mode 100644
index 00000000..88fe39b9
--- /dev/null
+++ b/packages/patches/support_new_jackosx-0.41.2.patch
@@ -0,0 +1,18 @@
+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
+