diff options
author | wiz <wiz> | 2000-11-14 01:40:15 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-11-14 01:40:15 +0000 |
commit | 776a62dbf974e321a7d5d8f3b5a010ce60732a78 (patch) | |
tree | c476ec1084843e7a6c4d8a46622ece28092670ed /audio/madplay | |
parent | b6107c2e8b996695429c5fa288eeda34047ec81d (diff) | |
download | pkgsrc-776a62dbf974e321a7d5d8f3b5a010ce60732a78.tar.gz |
Actually, the specially supported CPUs are recognized automatically...
Remove the checks again.
Diffstat (limited to 'audio/madplay')
-rw-r--r-- | audio/madplay/Makefile | 12 |
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" |