[Bug 194779] audio/audacity build fails with SAMPLERATE=off and SOXR=off

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Nov 9 05:29:48 UTC 2014


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

--- Comment #10 from xxjack12xx at gmail.com ---
Here's a patch to enforce only 1 option to be selected.

Index: Makefile
===================================================================
--- Makefile    (revision 372338)
+++ Makefile    (working copy)
@@ -28,8 +28,8 @@

 OPTIONS_DEFINE=        DEBUG DOCS FFMPEG FLAC ID3TAG LADSPA LAME MAD MIDI
NYQUIST \
                PORTMIXER SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS
-OPTIONS_RADIO= SAMPLERATED
-OPTIONS_RADIO_SAMPLERATED=     SAMPLERATE SOXR
+OPTIONS_SINGLE=        SAMPLERATED
+OPTIONS_SINGLE_SAMPLERATED=    SAMPLERATE SOXR
 OPTIONS_DEFAULT=       FFMPEG FLAC ID3TAG LADSPA MAD MIDI NYQUIST \
                        PORTMIXER SBSMS SOUNDTOUCH SOXR TWOLAME VAMP VORBIS

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


More information about the freebsd-ports-bugs mailing list