summaryrefslogtreecommitdiff
path: root/package/id3lib
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-05-24 22:14:13 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-05-24 22:14:13 +0200
commit8e09105ecbddd319a54dccaaf1e9f277bc44dfb4 (patch)
tree29c3788258b6bbd953d36dbf1386fb06ec58f7e8 /package/id3lib
parentbad63eb735b13e1f009a19af1dd810f7279c2ba1 (diff)
more gcc 4.4 issues on mips
- disable runit in busybox - update gmp to latest upstream - PKG_DEPEND -> PKG_DEPENDS
Diffstat (limited to 'package/id3lib')
-rw-r--r--package/id3lib/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/id3lib/Makefile b/package/id3lib/Makefile
index edd6d222b..8e0a9cb23 100644
--- a/package/id3lib/Makefile
+++ b/package/id3lib/Makefile
@@ -11,16 +11,16 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= 19f27ddd2dda4b2d26a559a4f0f402a7
MASTER_SITES:= ${MASTER_SITE_SOURCEFORGE:=id3lib/}
-PKG_DEPEND:= zlib libiconv
+PKG_DEPENDS:= zlib libiconv
ifeq ($(ADK_COMPILE_ID3LIB_WITH_UCLIBCXX),y)
-PKG_DEPEND+= uclibc++
+PKG_DEPENDS+= uclibc++
else
-PKG_DEPEND+= libstdcxx
+PKG_DEPENDS+= libstdcxx
endif
include ${TOPDIR}/mk/package.mk
-$(eval $(call PKG_template,ID3LIB,id3lib,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPEND}))
+$(eval $(call PKG_template,ID3LIB,id3lib,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS}))
CONFIGURE_STYLE:= gnu
CONFIGURE_ARGS+= --enable-cxx-warnings=no