diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2016-05-10 23:17:44 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2016-05-10 23:17:44 +0000 |
commit | 8bb9453082f4754cfeb6f9d0e1927c5a90857417 (patch) | |
tree | d40f8a1d320ede9ad4c02f1c2b3ca95b191f94e3 /math/GiNaC/Makefile | |
parent | 25de64fb79dc6e56fa7e47e6a66a9944f63fb783 (diff) | |
download | ports-8bb9453082f4754cfeb6f9d0e1927c5a90857417.tar.gz ports-8bb9453082f4754cfeb6f9d0e1927c5a90857417.zip |
Notes
Diffstat (limited to 'math/GiNaC/Makefile')
-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 ff3d79064bd7..7f24fd8fe0b5 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 |