aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
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
-