diff options
author | jlam <jlam@pkgsrc.org> | 2004-12-19 03:42:44 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-12-19 03:42:44 +0000 |
commit | 03d85acc17225d9c3d2f2cf19bc9af20b78f9b30 (patch) | |
tree | 1fbce2fcb523f34166fcbb87a853e6a0247403f3 /audio | |
parent | 59a603f4ff8fb3cb222a84540e0d03a6a7657be0 (diff) | |
download | pkgsrc-03d85acc17225d9c3d2f2cf19bc9af20b78f9b30.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.
Diffstat (limited to 'audio')
-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} |