svn commit: r546386 - head/emulators/almostti

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 27 18:00:04 UTC 2020


Author: tcberner
Date: Thu Aug 27 18:00:03 2020
New Revision: 546386
URL: https://svnweb.freebsd.org/changeset/ports/546386

Log:
  emulators/almostti: fix build on recent current

Modified:
  head/emulators/almostti/Makefile

Modified: head/emulators/almostti/Makefile
==============================================================================
--- head/emulators/almostti/Makefile	Thu Aug 27 17:58:15 2020	(r546385)
+++ head/emulators/almostti/Makefile	Thu Aug 27 18:00:03 2020	(r546386)
@@ -19,6 +19,9 @@ BUILD_WRKSRC=	${WRKSRC}/ATI85/Unix
 DESKTOP_ENTRIES=	"ATI85" "${COMMENT}" "ati85" "ati85" \
 			"Utility;Calculator;Emulator;" false
 
+# Fix build with clang11
+CFLAGS+=	-fcommon
+
 post-patch:
 	@${REINPLACE_CMD} -e 's,\./,${DATADIR}/,' ${WRKSRC}/ATI85/TI85.c
 


More information about the svn-ports-head mailing list