svn commit: r411454 - head/devel/git
Renato Botelho
garga at FreeBSD.org
Sun Mar 20 15:40:21 UTC 2016
Author: garga
Date: Sun Mar 20 15:40:19 2016
New Revision: 411454
URL: https://svnweb.freebsd.org/changeset/ports/411454
Log:
Fix devel/git build on 9.x
MFH: 2016Q1
Modified:
head/devel/git/Makefile
Modified: head/devel/git/Makefile
==============================================================================
--- head/devel/git/Makefile Sun Mar 20 15:19:35 2016 (r411453)
+++ head/devel/git/Makefile Sun Mar 20 15:40:19 2016 (r411454)
@@ -97,6 +97,10 @@ CVS_RUN_DEPENDS= cvsps:${PORTSDIR}/devel
.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
More information about the svn-ports-all
mailing list