diff options
author | stephen <stephen@FreeBSD.org> | 2016-05-11 07:17:44 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2016-05-11 07:17:44 +0800 |
commit | b3bd214ce76d741772ca7c6453f9dcd4c3f142fa (patch) | |
tree | d40f8a1d320ede9ad4c02f1c2b3ca95b191f94e3 /math | |
parent | 42815df4655624be9a3586fb9ae59bdbf1fe5592 (diff) | |
download | freebsd-ports-graphics-b3bd214ce76d741772ca7c6453f9dcd4c3f142fa.tar.gz freebsd-ports-graphics-b3bd214ce76d741772ca7c6453f9dcd4c3f142fa.tar.zst freebsd-ports-graphics-b3bd214ce76d741772ca7c6453f9dcd4c3f142fa.zip |
- Put back CXXFLAGS option suggested by Walter Schwarzenfeld to hopefully
enable build on FreeBSD-9.
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Diffstat (limited to 'math')
-rw-r--r-- | math/GiNaC/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index ff3d79064bd..7f24fd8fe0b 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -24,6 +24,7 @@ INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +CXXFLAGS+= -D_GLIBCXX_USE_C99 INFO= ginac ginac-examples |