diff options
author | stephen <stephen@FreeBSD.org> | 2016-05-07 06:35:16 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2016-05-07 06:35:16 +0800 |
commit | f3f24d1ca270f7841706b0d532fb50e7edf188c9 (patch) | |
tree | ae878061a69090560d735dc08c577de399b32ea8 /math | |
parent | bcd28d3245e6a9fb4bdcaf32f987c11819845901 (diff) | |
download | freebsd-ports-gnome-f3f24d1ca270f7841706b0d532fb50e7edf188c9.tar.gz freebsd-ports-gnome-f3f24d1ca270f7841706b0d532fb50e7edf188c9.tar.zst freebsd-ports-gnome-f3f24d1ca270f7841706b0d532fb50e7edf188c9.zip |
- Further attempts to make it C11 compliant for FreeBSD 9.
Suggested by: Brooks Davis <brooks@freebsd.org>
Reported by: pkg-fallout@FreeBSD.org
Diffstat (limited to 'math')
-rw-r--r-- | math/GiNaC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index 1a8eaa4b9ca5..31c419ac5fb6 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 + tar:bzip2 compiler:c++11-lang compiler:c++11-lib GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip |