summaryrefslogtreecommitdiff
path: root/audio/madplay
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-11-14 01:40:15 +0000
committerwiz <wiz@pkgsrc.org>2000-11-14 01:40:15 +0000
commit2d695c1b1c1daa7e35d1d02ef5f8e5ffa47477a3 (patch)
treec476ec1084843e7a6c4d8a46622ece28092670ed /audio/madplay
parented6e9d0f2126f0656d46d1ef400bb2c291865b39 (diff)
downloadpkgsrc-2d695c1b1c1daa7e35d1d02ef5f8e5ffa47477a3.tar.gz
Actually, the specially supported CPUs are recognized automatically...
Remove the checks again.
Diffstat (limited to 'audio/madplay')
-rw-r--r--audio/madplay/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/audio/madplay/Makefile b/audio/madplay/Makefile
index 8a138d1c8db..8f0bed98de3 100644
--- a/audio/madplay/Makefile
+++ b/audio/madplay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2000/11/11 17:49:23 tron Exp $
+# $NetBSD: Makefile,v 1.6 2000/11/14 01:40:15 wiz Exp $
#
DISTNAME= mad-0.11.4b
@@ -11,14 +11,4 @@ HOMEPAGE= http://sourceforge.net/projects/mad/
GNU_CONFIGURE= YES
-.include "../../mk/bsd.prefs.mk"
-
-.if (${MACHINE_ARCH} == "i386")
-CONFIGURE_ARGS+= --enable-fpm=i386
-.elif (${MACHINE_ARCH} == "sparc")
-CONFIGURE_ARGS+= --enable-fpm=sparc
-.elif (${MACHINE_ARCH} == "arm32")
-CONFIGURE_ARGS+= --enable-fpm=arm
-.endif
-
.include "../../mk/bsd.pkg.mk"