summaryrefslogtreecommitdiff
path: root/audio/madplay/Makefile
diff options
context:
space:
mode:
authorsimonb <simonb@pkgsrc.org>2001-03-25 11:34:57 +0000
committersimonb <simonb@pkgsrc.org>2001-03-25 11:34:57 +0000
commit647dac0b9d0c06c71eb006f041cbdcbafb227bbf (patch)
tree4e768c2fda68ddce8a576651b0943ed4a10b9798 /audio/madplay/Makefile
parent11fda0c8b346025067c739e2a79c6f746706eeb8 (diff)
downloadpkgsrc-647dac0b9d0c06c71eb006f041cbdcbafb227bbf.tar.gz
Add a patch from Andre McCurdy <armccurdy@yahoo.co.uk> to fix the arm32
PIC code. Fixes PR pkg/12312 from Ignatios Souvatzis.
Diffstat (limited to 'audio/madplay/Makefile')
-rw-r--r--audio/madplay/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/madplay/Makefile b/audio/madplay/Makefile
index 0a862e4928b..fcb68d13d4e 100644
--- a/audio/madplay/Makefile
+++ b/audio/madplay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2001/03/13 12:37:23 is Exp $
+# $NetBSD: Makefile,v 1.13 2001/03/25 11:34:57 simonb Exp $
#
DISTNAME= mad-0.12.5b
@@ -15,10 +15,7 @@ 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"