diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-28 14:02:08 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-28 14:02:08 +0800 |
commit | 52e2ba994c9166bcb52ec92003289aece14c12fc (patch) | |
tree | fd71f611c7a293bb8d7cc234cc0841db1199a227 /emulators | |
parent | 7b47a5e26a6ffebcbbba4dd879a3bf19973fa6a6 (diff) | |
download | freebsd-ports-gnome-52e2ba994c9166bcb52ec92003289aece14c12fc.tar.gz freebsd-ports-gnome-52e2ba994c9166bcb52ec92003289aece14c12fc.tar.zst freebsd-ports-gnome-52e2ba994c9166bcb52ec92003289aece14c12fc.zip |
Make sure the build respect CC, and while here enforce gcc as a compiler as clang is blowing up when trying to build this port.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index c01a30041a24..0a9d2c40510e 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -23,10 +23,10 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 NO_CDROM= License does not permit selling -USES= perl5 +USES= perl5 gmake +USE_GCC= any USE_BZIP2= yes -USE_GMAKE= yes -MAKE_ARGS+= ARCH=freebsd +MAKE_ARGS+= CC=${CC} ARCH=freebsd WANT_SDL= yes WANT_GNOME= yes MAKE_JOBS_UNSAFE= yes |