aboutsummaryrefslogtreecommitdiff
path: root/math/GiNaC
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2016-05-09 16:23:32 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2016-05-09 16:23:32 +0000
commit481c6fe6c96e64363ac277f304bcfeddc9bf203c (patch)
treed2d40288a260816f7a122a5490c3f07a60a970d9 /math/GiNaC
parent01087f2251a17c2a407780d8f2cbf43c3287a8ec (diff)
downloadports-481c6fe6c96e64363ac277f304bcfeddc9bf203c.tar.gz
ports-481c6fe6c96e64363ac277f304bcfeddc9bf203c.zip
- Trying a different solution to C11 compliance on FreeBSD-9.
Submitted by: Don Lewis <truckman@FreeBSD.org>
Notes
Notes: svn path=/head/; revision=414864
Diffstat (limited to 'math/GiNaC')
-rw-r--r--math/GiNaC/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile
index 21028cedf61f..ff3d79064bd7 100644
--- a/math/GiNaC/Makefile
+++ b/math/GiNaC/Makefile
@@ -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"