svn commit: r546375 - head/emulators/advancemame

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 27 17:39:24 UTC 2020


Author: tcberner
Date: Thu Aug 27 17:39:24 2020
New Revision: 546375
URL: https://svnweb.freebsd.org/changeset/ports/546375

Log:
  emulators/advancemame: fix build on recent current

Modified:
  head/emulators/advancemame/Makefile

Modified: head/emulators/advancemame/Makefile
==============================================================================
--- head/emulators/advancemame/Makefile	Thu Aug 27 17:37:30 2020	(r546374)
+++ head/emulators/advancemame/Makefile	Thu Aug 27 17:39:24 2020	(r546375)
@@ -21,7 +21,8 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-svgalib --disable-fb --disable-alsa --enable-oss \
 		--disable-kevent
 
-CFLAGS+=	-idirafter ${LOCALBASE}/include
+CFLAGS+=	-idirafter ${LOCALBASE}/include \
+		-fcommon
 LDFLAGS+=	-L${LOCALBASE}/lib
 MAKE_JOBS_UNSAFE=	yes
 


More information about the svn-ports-head mailing list