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:
Mark Linimon 2019-04-08 16:46:06 +00:00
parent 5d8680fd0c
commit 281c848d36
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498385

View File

@ -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}