diff options
author | bapt <bapt@FreeBSD.org> | 2016-01-27 15:49:45 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-01-27 15:49:45 +0800 |
commit | f38bd594b561d73f66fdebde721e7439880238c5 (patch) | |
tree | 62ae42f4b7004c2ecf9ff7caa0c798fc867c3cb2 /devel/clanlib | |
parent | 40cfcdedc4a150263503cf1233152cf99a70c4b1 (diff) | |
download | freebsd-ports-gnome-f38bd594b561d73f66fdebde721e7439880238c5.tar.gz freebsd-ports-gnome-f38bd594b561d73f66fdebde721e7439880238c5.tar.zst freebsd-ports-gnome-f38bd594b561d73f66fdebde721e7439880238c5.zip |
Revert update to binutils 2.25.1 and bump portepoch to reflect that revert
binutils has build issues on 10.x i386 and is full of regressions on 9.x:
unexpected build failures on nss and others
Reported by: antoine
Pointyhat to: bapt
Diffstat (limited to 'devel/clanlib')
-rw-r--r-- | devel/clanlib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/clanlib/Makefile b/devel/clanlib/Makefile index 32c1a9d7ca84..5895e7099852 100644 --- a/devel/clanlib/Makefile +++ b/devel/clanlib/Makefile @@ -20,12 +20,11 @@ LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libpcre.so:${PORTSDIR}/devel/pcre -USES= execinfo gmake jpeg libtool pathfix pkgconfig tar:tgz +USES= execinfo gmake jpeg libtool pathfix pkgconfig sqlite tar:tgz USE_GCC= yes USE_XORG= x11 USE_LDCONFIG= yes USE_GL= yes -USE_SQLITE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |