svn commit: r414864 - head/math/GiNaC

Stephen Montgomery-Smith stephen at FreeBSD.org
Mon May 9 16:23:34 UTC 2016


Author: stephen
Date: Mon May  9 16:23:32 2016
New Revision: 414864
URL: https://svnweb.freebsd.org/changeset/ports/414864

Log:
  - Trying a different solution to C11 compliance on FreeBSD-9.
  
  Submitted by:	Don Lewis <truckman at FreeBSD.org>

Modified:
  head/math/GiNaC/Makefile

Modified: head/math/GiNaC/Makefile
==============================================================================
--- head/math/GiNaC/Makefile	Mon May  9 16:11:34 2016	(r414863)
+++ head/math/GiNaC/Makefile	Mon May  9 16:23:32 2016	(r414864)
@@ -17,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libcln.so:math/cln
 
 USES=		gmake libtool makeinfo pathfix pkgconfig python:build \
-		tar:bzip2 compiler:c++11-lang compiler:c++11-lib
+		tar:bzip2 compiler:c++11-lib
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
@@ -29,11 +29,6 @@ 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-all mailing list