Date: Wed, 28 Aug 2013 06:02:08 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325507 - head/emulators/xmame Message-ID: <201308280602.r7S628qI070703@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Aug 28 06:02:08 2013 New Revision: 325507 URL: http://svnweb.freebsd.org/changeset/ports/325507 Log: 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. Modified: head/emulators/xmame/Makefile Modified: head/emulators/xmame/Makefile ============================================================================== --- head/emulators/xmame/Makefile Wed Aug 28 05:58:42 2013 (r325506) +++ head/emulators/xmame/Makefile Wed Aug 28 06:02:08 2013 (r325507) @@ -23,10 +23,10 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textpro 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308280602.r7S628qI070703>