aboutsummaryrefslogtreecommitdiff
path: root/math/minisat
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-10-28 09:36:56 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-10-28 09:36:56 +0000
commitec5d9a54d6ab26763058c7543a07c20471c88c83 (patch)
tree5b1656d091ca74a23ee2a9be5fc60e5f9fc374fb /math/minisat
parentaaf6e1847df2bd9a00d7c66e1c514b17a6326239 (diff)
Notes
Diffstat (limited to 'math/minisat')
-rw-r--r--math/minisat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/minisat/Makefile b/math/minisat/Makefile
index 1b4b4377320a..39f5c9b4e317 100644
--- a/math/minisat/Makefile
+++ b/math/minisat/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gmake
USE_LDCONFIG= yes
-MAKE_ENV= prefix=${PREFIX} CFLAGS="-std=c++03"
+MAKE_ENV= prefix=${PREFIX} CFLAGS="-std=gnu++98"
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} \