From 8bb9453082f4754cfeb6f9d0e1927c5a90857417 Mon Sep 17 00:00:00 2001 From: Stephen Montgomery-Smith Date: Tue, 10 May 2016 23:17:44 +0000 Subject: - Put back CXXFLAGS option suggested by Walter Schwarzenfeld to hopefully enable build on FreeBSD-9. Submitted by: Walter Schwarzenfeld --- math/GiNaC/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'math/GiNaC') 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 -- cgit v1.2.3