Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 2020 18:00:03 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546386 - head/emulators/almostti
Message-ID:  <202008271800.07RI03gQ085589@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008271800.07RI03gQ085589>