summaryrefslogtreecommitdiff
path: root/package/sox
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-17 18:25:48 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-17 18:25:48 +0200
commit94e55c5b6cb493d9467686088a7b159322eeda5f (patch)
tree791a6908a5eaa6ad611bbe587cfc28d2428572a0 /package/sox
parentf7ae07959a3de464468de2a07ce9970fedf13931 (diff)
parent6e2120ea29a30b1379ee9454ab410088fac0e8f7 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/sox')
-rw-r--r--package/sox/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/sox/Makefile b/package/sox/Makefile
index 2f5436146..d5aca61e7 100644
--- a/package/sox/Makefile
+++ b/package/sox/Makefile
@@ -14,6 +14,8 @@ PKG_DEPENDS:= zlib libmad liblame alsa-lib libid3tag
PKG_URL:= http://sox.sourceforge.net/
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=sox/}
+PKG_ARCH_DEPENDS:= !m68k
+
include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,SOX,sox,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))