lang/plexil: fix build

Replace USE_GCC=any with USE_GCC=yes.

New GCC is now needed:
../utils/bitsetUtils.hh:72: error: 'const class std::bitset<64u>' has no member named 'all'

Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D20602
This commit is contained in:
Piotr Kubaj 2019-06-11 15:55:37 +00:00
parent d6f05c3543
commit 3c3ee7a9cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503965

View file

@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/../LICENSE
USES= gmake libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static --disable-gantt --disable-ipc --disable-sas --disable-test-exec --disable-udp
USE_GCC= any # clang fails: undefined symbol: std::__1::unique_ptr
USE_GCC= yes # clang fails: undefined symbol: std::__1::unique_ptr
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes