summaryrefslogtreecommitdiff
path: root/audio/madplay/Makefile
diff options
context:
space:
mode:
authoris <is@pkgsrc.org>2001-03-13 12:37:23 +0000
committeris <is@pkgsrc.org>2001-03-13 12:37:23 +0000
commitbe3ebb01c0a5ac3fa138b38cedf36bd58f4c9d3e (patch)
tree7f09999e8f12da8e1745f23a007ae91077fe9006 /audio/madplay/Makefile
parentf8c0b800dd7208c03b3028aae61733119320edcf (diff)
downloadpkgsrc-be3ebb01c0a5ac3fa138b38cedf36bd58f4c9d3e.tar.gz
Add workaround for libtool problem on ARM32.
Diffstat (limited to 'audio/madplay/Makefile')
-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"