summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"