summaryrefslogtreecommitdiff
path: root/audio/madplay
diff options
context:
space:
mode:
authoris <is>2001-03-13 12:37:23 +0000
committeris <is>2001-03-13 12:37:23 +0000
commit2d18af8bddebe9872ad6523a639782d9d63222de (patch)
tree7f09999e8f12da8e1745f23a007ae91077fe9006 /audio/madplay
parentab46321656ca64fbd97388eb37f64a8fa56caed7 (diff)
downloadpkgsrc-2d18af8bddebe9872ad6523a639782d9d63222de.tar.gz
Add workaround for libtool problem on ARM32.
Diffstat (limited to 'audio/madplay')
-rw-r--r--audio/madplay/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/madplay/Makefile b/audio/madplay/Makefile
index bfcc8a801f9..0a862e4928b 100644
--- a/audio/madplay/Makefile
+++ b/audio/madplay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/02/16 13:30:46 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2001/03/13 12:37:23 is Exp $
#
DISTNAME= mad-0.12.5b
@@ -15,7 +15,10 @@ BUILD_DEPENDS+= msgfmt:../../devel/gettext
GNU_CONFIGURE= YES
USE_LIBINTL= YES
+# XXX instead, libtool should know how to build shared arm32 libs.
+.if (${MACHINE_ARCH} != "arm32")
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+.endif
.include "../../mk/bsd.pkg.mk"