diff options
| author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-30 00:59:45 +0000 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-30 00:59:45 +0000 |
| commit | bc030c9f40711faddf7dcaf94bf559d63aec577b (patch) | |
| tree | e8d973cb0c745991c5c7833efbe33343df65ec31 /emulators/pcemu | |
| parent | b7c91068647d59bfc07fb23cee0e85e0c449ab7f (diff) | |
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)
Diffstat (limited to 'emulators/pcemu')
| -rw-r--r-- | emulators/pcemu/Makefile | 1 |
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> |
