pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/muse Disable the auto-added processor optimizati...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6dfd5c0217c
branches:  trunk
changeset: 485708:e6dfd5c0217c
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Dec 19 03:42:44 2004 +0000

description:
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:

 audio/muse/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8e6ebcb35ee1 -r e6dfd5c0217c audio/muse/Makefile
--- a/audio/muse/Makefile       Sun Dec 19 03:34:17 2004 +0000
+++ b/audio/muse/Makefile       Sun Dec 19 03:42:44 2004 +0000
@@ -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_PKGLOCALEDIR=      yes
 
 CONFIGURE_ARGS+=       --disable-ncurses
+CONFIGURE_ARGS+=       --disable-lubrify
 CONFIGURE_ARGS+=       --enable-gtk2
 LIBS+=                 ${LIBOSSAUDIO}
 MAKE_ENV+=             PKGLOCALEDIR=${PKGLOCALEDIR}



Home | Main Index | Thread Index | Old Index