svn commit: r414970 - head/math/GiNaC

Stephen Montgomery-Smith stephen at FreeBSD.org
Tue May 10 23:17:46 UTC 2016


Author: stephen
Date: Tue May 10 23:17:44 2016
New Revision: 414970
URL: https://svnweb.freebsd.org/changeset/ports/414970

Log:
  - Put back CXXFLAGS option suggested by Walter Schwarzenfeld to hopefully
    enable build on FreeBSD-9.
  
  Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld at utanet.at>

Modified:
  head/math/GiNaC/Makefile

Modified: head/math/GiNaC/Makefile
==============================================================================
--- head/math/GiNaC/Makefile	Tue May 10 21:38:34 2016	(r414969)
+++ head/math/GiNaC/Makefile	Tue May 10 23:17:44 2016	(r414970)
@@ -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
 


More information about the svn-ports-head mailing list