audio/sooperlooper: Unbreak on some platforms

This unmaintained port is breaking on Wx 3.0, which is only an GUI option.
Downgrading to Wx 2.8 allows it to build on all platforms (as well as
having the option by default).  The second iteration of the PR suggested
Wx3.0 for FreeBSD 8 and 9, but Wx  2.8 for F10+, but I didn't like that
approach.  It only works on F8 and F9 because of compiler deficiencies.
Simple attempts of setting -std to c++11 didn't work, of course.

PR:		199221
Submitted by:	ports fury
This commit is contained in:
John Marino 2015-04-20 07:19:33 +00:00
parent 37a825a789
commit 6754de5660
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384334

View File

@ -3,6 +3,7 @@
PORTNAME= sooperlooper
PORTVERSION= 1.7.3
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://essej.net/sooperlooper/
@ -22,7 +23,7 @@ LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack \
libfftw3.so:${PORTSDIR}/math/fftw3
RUN_DEPENDS= ladspa>0:${PORTSDIR}/audio/ladspa
USES= compiler:c++0x gmake ncurses pkgconfig
USES= gmake ncurses pkgconfig
USE_GNOME= libxml2
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
@ -37,7 +38,7 @@ OPTIONS_SUB= yes
ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib
ALSA_CONFIGURE_ENV_OFF= ac_cv_header_alsa_asoundlib_h=no
WXGTK_USE= WX=3.0
WXGTK_USE= WX=2.8
WXGTK_CONFIGURE_ON= --with-wxconfig-path=${WX_CONFIG}
WXGTK_CONFIGURE_OFF= --without-gui