From c86993bfb212661e5d3bbac5cb4058c4228b989a Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 22 Feb 2008 03:41:37 +0000 Subject: 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 --- packages/patches/support_new_jackosx-0.41.2.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 packages/patches/support_new_jackosx-0.41.2.patch 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 + -- cgit v1.2.1