Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 May 2016 16:23:33 +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: r414864 - head/math/GiNaC
Message-ID:  <201605091623.u49GNXbZ036919@repo.freebsd.org>

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



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