svn commit: r414779 - head/math/GiNaC

Stephen Montgomery-Smith stephen at FreeBSD.org
Sat May 7 17:39:03 UTC 2016


Author: stephen
Date: Sat May  7 17:39:02 2016
New Revision: 414779
URL: https://svnweb.freebsd.org/changeset/ports/414779

Log:
  - One more attempt to make it work with 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	Sat May  7 17:22:21 2016	(r414778)
+++ head/math/GiNaC/Makefile	Sat May  7 17:39:02 2016	(r414779)
@@ -29,6 +29,11 @@ INFO=		ginac ginac-examples
 
 .include <bsd.port.pre.mk>
 
+.if ${OSVERSION} < 1000000
+USE_GCC=	4.8+
+CXXFLAGS+=	-D_GLIBCXX_USE_C99
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/configure
 .if ${ARCH} != "i386"


More information about the svn-ports-head mailing list