diff options
-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> |