Attempt to fix failure on GCC-based systems:

configure: error: compiler does not support C99/C++0x even with '-std=c++0x'

This is necessary but not sufficient.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2019-12-05 00:57:34 +00:00
parent 13bac1c299
commit a001031f46
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519058

View File

@ -13,7 +13,7 @@ COMMENT= Simple CDCL satisfiability solver
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gmake tar:xz
USES= compiler:c++0x gmake tar:xz
GNU_CONFIGURE= yes
CXXFLAGS+= -fPIC