[Bug 201598] audio/mous attempts to use x86 ASM on non-x86 Architectures

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Aug 11 18:02:51 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201598

--- Comment #2 from Sean Bruno <sbruno at FreeBSD.org> ---
(In reply to Yanhui Shen from comment #1)
Index: Makefile
===================================================================
--- Makefile    (revision 393956)
+++ Makefile    (working copy)
@@ -18,9 +18,12 @@
 OPTIONS_DEFINE=        ALSA ASSEMBLY FAAC FAAD FLAC LAME AO CUE MAC4DECODER \
             MACDECODER MPG123 NCURSES OSS QT4 SDK TAGLIB VORBIS \
             WAVDECODER WAVENCODER WMA
-OPTIONS_DEFAULT=    ASSEMBLY FAAC FAAD FLAC LAME CUE MAC4DECODER \
+OPTIONS_DEFAULT=    FAAC FAAD FLAC LAME CUE MAC4DECODER \
             MPG123 NCURSES OSS QT4 TAGLIB VORBIS WAVDECODER \
             WAVENCODER WMA
+OPTIONS_DEFAULT_amd64=    ASSEMBLY
+OPTIONS_DEFAULT_i386=    ASSEMBLY
+
 OPTIONS_SUB=        yes

 ALSA_LIB_DEPENDS=    libasound.so:${PORTSDIR}/audio/alsa-lib

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list