aboutsummaryrefslogtreecommitdiff
path: root/emulators/pcemu
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-30 00:59:45 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-30 00:59:45 +0000
commitbc030c9f40711faddf7dcaf94bf559d63aec577b (patch)
treee8d973cb0c745991c5c7833efbe33343df65ec31 /emulators/pcemu
parentb7c91068647d59bfc07fb23cee0e85e0c449ab7f (diff)
downloadports-bc030c9f40711faddf7dcaf94bf559d63aec577b.tar.gz
ports-bc030c9f40711faddf7dcaf94bf559d63aec577b.zip
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)
Notes
Notes: svn path=/head/; revision=363421
Diffstat (limited to 'emulators/pcemu')
-rw-r--r--emulators/pcemu/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/pcemu/Makefile b/emulators/pcemu/Makefile
index 304b493e3966..775c2a97eb91 100644
--- a/emulators/pcemu/Makefile
+++ b/emulators/pcemu/Makefile
@@ -28,6 +28,7 @@ RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
USE_XORG= x11 xext
MAKE_ENV= FILESDIR=${FILESDIR}
+MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}"
NO_STAGE= yes
.include <bsd.port.mk>