Commits

Chris Jones authored ef38211e1fb
jack: add compiler blacklist for gcc 3.x and 4.x
No tags

audio/jack/Portfile

Modified
23 23 applications to communicate with each other and with audio hardware. \
24 24 Through JACK, users are enabled to build powerful systems for signal \
25 25 processing and music production.
26 26
27 27 platform darwin {
28 28 if {${os.major} < 12} {
29 29 patchfiles MacTypes.diff
30 30 }
31 31 }
32 32
33 +compiler.blacklist *gcc-3.* *gcc-4.*
34 +
33 35 depends_build-append \
34 36 port:pkgconfig
35 37 depends_lib port:libsamplerate \
36 38 port:libsndfile \
37 39 port:aften
38 40
39 41 configure.args --doxygen=no \
40 42 --alsa=no \
41 43 --firewire=no \
42 44 --freebob=no \

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut