svn commit: r363421 - head/emulators/pcemu

Adam Weinberger adamw at FreeBSD.org
Wed Jul 30 00:59:46 UTC 2014


Author: adamw
Date: Wed Jul 30 00:59:45 2014
New Revision: 363421
URL: http://svnweb.freebsd.org/changeset/ports/363421
QAT: https://qat.redports.org/buildarchive/r363421/

Log:
  This port is still unstaged, but this should at least fix the
  build without gcc.
  
  Approved by:	portmgr (not really, but it's still unstaged)

Modified:
  head/emulators/pcemu/Makefile

Modified: head/emulators/pcemu/Makefile
==============================================================================
--- head/emulators/pcemu/Makefile	Wed Jul 30 00:48:47 2014	(r363420)
+++ head/emulators/pcemu/Makefile	Wed Jul 30 00:59:45 2014	(r363421)
@@ -28,6 +28,7 @@ RUN_DEPENDS=	mkfontdir:${PORTSDIR}/x11-f
 
 USE_XORG=	x11 xext
 MAKE_ENV=	FILESDIR=${FILESDIR}
+MAKE_ARGS+=	CC="${CC}" CFLAGS="${CFLAGS}"
 
 NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list