diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-10-28 09:36:56 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-10-28 09:36:56 +0000 |
commit | ec5d9a54d6ab26763058c7543a07c20471c88c83 (patch) | |
tree | 5b1656d091ca74a23ee2a9be5fc60e5f9fc374fb /math/minisat | |
parent | aaf6e1847df2bd9a00d7c66e1c514b17a6326239 (diff) |
Notes
Diffstat (limited to 'math/minisat')
-rw-r--r-- | math/minisat/Makefile | 2 |
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} \ |