Date: Wed, 23 Jul 2014 22:09:12 +0000 (UTC) From: Kris Moore <kmoore@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362738 - head/emulators/pipelight Message-ID: <201407232209.s6NM9CM2012953@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407232209.s6NM9CM2012953>