summaryrefslogtreecommitdiff
path: root/package/jack
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-06 15:04:30 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-06 15:04:30 +0200
commit48f0e5e16de67b3870e5f3f05956978f925c2efe (patch)
treee607d11058262fc026027383676d540d123e1e9e /package/jack
parentec536020e947297f6fda099fe1d27bbf93fda528 (diff)
change git urls to http(s) for a better experience for people with a corporate proxy, suggested by Alexey Brodkin
Diffstat (limited to 'package/jack')
-rw-r--r--package/jack/Makefile2
-rw-r--r--package/jack/patches/patch-configure_ac24
2 files changed, 1 insertions, 25 deletions
diff --git a/package/jack/Makefile b/package/jack/Makefile
index 694b4f42b..eba11276a 100644
--- a/package/jack/Makefile
+++ b/package/jack/Makefile
@@ -12,7 +12,7 @@ PKG_DEPENDS:= alsa-lib libsndfile libsamplerate libdb
PKG_BUILDDEP:= db python2-host alsa-lib libsndfile libsamplerate
PKG_NEEDS:= threads c++
PKG_URL:= http://jackaudio.org
-PKG_SITES:= git://github.com/jackaudio/jack1.git
+PKG_SITES:= https://github.com/jackaudio/jack1.git
include $(ADK_TOPDIR)/mk/package.mk
diff --git a/package/jack/patches/patch-configure_ac b/package/jack/patches/patch-configure_ac
deleted file mode 100644
index 7dc4823d8..000000000
--- a/package/jack/patches/patch-configure_ac
+++ /dev/null
@@ -1,24 +0,0 @@
---- 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