svn commit: r362738 - head/emulators/pipelight

Kris Moore kmoore at FreeBSD.org
Wed Jul 23 22:09:12 UTC 2014


Author: kmoore
Date: Wed Jul 23 22:09:11 2014
New Revision: 362738
URL: http://svnweb.freebsd.org/changeset/ports/362738
QAT: https://qat.redports.org/buildarchive/r362738/

Log:
  Use more recent gcc 4.7 or later to compile pipelight

Modified:
  head/emulators/pipelight/Makefile

Modified: head/emulators/pipelight/Makefile
==============================================================================
--- head/emulators/pipelight/Makefile	Wed Jul 23 22:00:44 2014	(r362737)
+++ head/emulators/pipelight/Makefile	Wed Jul 23 22:09:11 2014	(r362738)
@@ -25,6 +25,7 @@ RUN_DEPENDS=	${LOCALBASE}/bin/bash:${POR
 		${LOCALBASE}/bin/gpg2:${PORTSDIR}/security/gnupg
 
 WRKSRC=		${WRKDIR}/mmueller2012-pipelight-e2362eb15df6
+USE_GCC=	4.7+
 USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-all mailing list