forked from Lainports/freebsd-ports
Add compiler:c++11-lang to USES to fix build on GCC-based architectures:
/usr/local/lib/libgraphite2.so.3: undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8' While here, pet portlint and alpha sort some USE* variables. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
5d8680fd0c
commit
281c848d36
1 changed files with 4 additions and 4 deletions
|
|
@ -22,11 +22,11 @@ LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \
|
|||
libxvidcore.so:multimedia/xvid \
|
||||
libz80ex.so:devel/z80ex
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_XORG= xmu
|
||||
USE_GNOME= gtk20
|
||||
USES= gettext ncurses pkgconfig
|
||||
USES= compiler:c++11-lang gettext ncurses pkgconfig
|
||||
USE_CXXSTD= gnu++98
|
||||
USE_GNOME= gtk20
|
||||
USE_XORG= xmu
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
WRKSRC= ${WRKDIR}/KCemu-${PORTVERSION}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue