summaryrefslogtreecommitdiff
path: root/package/jack/patches/patch-configure_ac
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-05-03 08:49:31 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-05-03 08:49:45 +0200
commit64e26e3516b9b52e9507da9ffad5c5d44c476b4d (patch)
tree0e66fa88d619b5859173477c4f7094d2c314764b /package/jack/patches/patch-configure_ac
parent1e9ab9d54c9fdafd37cfcedd8f273b28cd3a6ae4 (diff)
add jack1 package mainly from oliver
Diffstat (limited to 'package/jack/patches/patch-configure_ac')
-rw-r--r--package/jack/patches/patch-configure_ac24
1 files changed, 24 insertions, 0 deletions
diff --git a/package/jack/patches/patch-configure_ac b/package/jack/patches/patch-configure_ac
new file mode 100644
index 000000000..7dc4823d8
--- /dev/null
+++ b/package/jack/patches/patch-configure_ac
@@ -0,0 +1,24 @@
+--- jack-5013bed0b834d0af1ce36077e2b49ed95934fe99.orig/configure.ac 2016-05-02 23:06:52.000000000 +0200
++++ jack-5013bed0b834d0af1ce36077e2b49ed95934fe99/configure.ac 2016-05-02 23:20:22.128238520 +0200
+@@ -190,21 +190,7 @@ esac
+
+ AC_SUBST(OS_LDFLAGS)
+
+-#
+-# We need to establish suitable defaults for a 64-bit OS
+ libnn=lib
+-case "${host_os}" in
+- linux*)
+- case "${host_cpu}" in
+- x86_64|mips64|ppc64|sparc64|s390x)
+- libnn=lib64
+- ;;
+- esac
+- ;;
+- solaris*)
+- ## libnn=lib/sparcv9 ## on 64-bit only, but that's compiler-specific
+- ;;
+-esac
+
+ ## take care not to override the command-line setting
+ if test "${libdir}" = '${exec_prefix}/lib'; then