summaryrefslogtreecommitdiff
path: root/audio/muse
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-12-19 03:42:44 +0000
committerjlam <jlam@pkgsrc.org>2004-12-19 03:42:44 +0000
commit03d85acc17225d9c3d2f2cf19bc9af20b78f9b30 (patch)
tree1fbce2fcb523f34166fcbb87a853e6a0247403f3 /audio/muse
parent59a603f4ff8fb3cb222a84540e0d03a6a7657be0 (diff)
downloadpkgsrc-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/muse')
-rw-r--r--audio/muse/Makefile3
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}