diff options
author | garga <garga@FreeBSD.org> | 2016-03-20 23:40:19 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2016-03-20 23:40:19 +0800 |
commit | 136bb6af0a3c68b498b1a4b7b4bf2faba6d30a33 (patch) | |
tree | 68061b7598f53b0db9aa05d838a454a57b192fe7 /devel/git | |
parent | e3d24400090370d6b5126443830cfe572799d7a9 (diff) | |
download | freebsd-ports-graphics-136bb6af0a3c68b498b1a4b7b4bf2faba6d30a33.tar.gz freebsd-ports-graphics-136bb6af0a3c68b498b1a4b7b4bf2faba6d30a33.tar.zst freebsd-ports-graphics-136bb6af0a3c68b498b1a4b7b4bf2faba6d30a33.zip |
Fix devel/git build on 9.x
MFH: 2016Q1
Diffstat (limited to 'devel/git')
-rw-r--r-- | devel/git/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile index a532600f254..d41268e287a 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -97,6 +97,10 @@ CVS_RUN_DEPENDS= cvsps:${PORTSDIR}/devel/cvsps .include <bsd.port.options.mk> +.if ${OSVERSION} < 1000000 +USE_GCC= 4.8+ +.endif + # This is intentionally not exposed as an option. .ifndef (WITH_DEBUG) ALL_TARGET= all strip |