Date: Tue, 10 May 2016 23:17:44 +0000 (UTC) From: Stephen Montgomery-Smith <stephen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414970 - head/math/GiNaC Message-ID: <201605102317.u4ANHiTX012482@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605102317.u4ANHiTX012482>