Summary: | audio/mous attempts to use x86 ASM on non-x86 Architectures | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Sean Bruno <sbruno> |
Component: | Individual Port(s) | Assignee: | Sean Bruno <sbruno> |
Status: | Closed FIXED | ||
Severity: | Affects Some People | CC: | freebsd-arm, shen.elf |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(shen.elf) |
Version: | Latest | ||
Hardware: | arm | ||
OS: | Any | ||
URL: | http://chips.ysv.freebsd.org/data/11armv6-default/2015-07-11_19h23m27s/logs/errors/mous-1.1a_3.log |
Description
Sean Bruno
![]() ![]() (In reply to Sean Bruno from comment #0) You are right, and thanks for the patch. (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 A commit references this bug: Author: sbruno Date: Fri Aug 14 18:30:55 UTC 2015 New revision: 394246 URL: https://svnweb.freebsd.org/changeset/ports/394246 Log: Move ASSEMBLY to an i386/amd64 only OPTION_DEFAULT PR: 201598 Reviewed by: shen.elf@gmail.com (maintainer) Changes: head/audio/mous/Makefile |