summaryrefslogtreecommitdiff
path: root/package/jack
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-09-01 12:39:33 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-09-01 12:39:33 +0200
commitc98300f10374e5069c473a3a0387e674d939e8e0 (patch)
tree24568867b7bfc2a38bb465357fedae5141879124 /package/jack
parent27a08f622ebf54da86add4b041097c6ba79e4180 (diff)
not for Darwin compiles
Diffstat (limited to 'package/jack')
-rw-r--r--package/jack/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/jack/Makefile b/package/jack/Makefile
index 65776fd7f..1c5c0268e 100644
--- a/package/jack/Makefile
+++ b/package/jack/Makefile
@@ -3,7 +3,6 @@
include $(TOPDIR)/rules.mk
-# always use tab spaces as separator, no spaces
PKG_NAME:= jack
PKG_VERSION:= 1.9.7
PKG_RELEASE:= 1
@@ -15,6 +14,8 @@ PKG_BUILDDEP:= python2 alsa-lib
PKG_URL:= http://jackaudio.org
PKG_SITES:= http://www.grame.fr/~letz/
+PKG_HOST_DEPENDS:= !darwin
+
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
include $(TOPDIR)/mk/package.mk