Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Mar 2016 15:40:20 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411454 - head/devel/git
Message-ID:  <201603201540.u2KFeKH7065359@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603201540.u2KFeKH7065359>