Date: Wed, 30 Jul 2014 00:59:46 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363421 - head/emulators/pcemu Message-ID: <201407300059.s6U0xked074571@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407300059.s6U0xked074571>