diff options
author | jlam <jlam> | 2004-12-19 03:42:44 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-12-19 03:42:44 +0000 |
commit | 3f2c825807efe6c52a90660118742e9386f7d8d6 (patch) | |
tree | 1fbce2fcb523f34166fcbb87a853e6a0247403f3 | |
parent | a1b94cfefa71bec63066e70803cd0bae316aa52d (diff) | |
download | pkgsrc-3f2c825807efe6c52a90660118742e9386f7d8d6.tar.gz |
Disable the auto-added processor optimizations, which are all GCC-specific
anyway, and flat-out don't work with most processors. This should
give audio/muse a better chance of building on non-i386 platforms.
-rw-r--r-- | audio/muse/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/muse/Makefile b/audio/muse/Makefile index 99b7d52c0fb..0015c383885 100644 --- a/audio/muse/Makefile +++ b/audio/muse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/10/03 00:13:08 tv Exp $ +# $NetBSD: Makefile,v 1.7 2004/12/19 03:42:44 jlam Exp $ # DISTNAME= MuSE-0.9 @@ -20,6 +20,7 @@ USE_X11= yes USE_PKGLOCALEDIR= yes CONFIGURE_ARGS+= --disable-ncurses +CONFIGURE_ARGS+= --disable-lubrify CONFIGURE_ARGS+= --enable-gtk2 LIBS+= ${LIBOSSAUDIO} MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} |