Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 May 2016 17:39:02 +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: r414779 - head/math/GiNaC
Message-ID:  <201605071739.u47Hd2iM086127@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605071739.u47Hd2iM086127>