svn commit: r553363 - head/graphics/mtpaint

Cy Schubert cy at FreeBSD.org
Mon Oct 26 16:15:29 UTC 2020


Author: cy
Date: Mon Oct 26 16:15:25 2020
New Revision: 553363
URL: https://svnweb.freebsd.org/changeset/ports/553363

Log:
  Fix build on 13-CURRENT with LLVM-11.

Modified:
  head/graphics/mtpaint/Makefile   (contents, props changed)

Modified: head/graphics/mtpaint/Makefile
==============================================================================
--- head/graphics/mtpaint/Makefile	Mon Oct 26 16:15:22 2020	(r553362)
+++ head/graphics/mtpaint/Makefile	Mon Oct 26 16:15:25 2020	(r553363)
@@ -25,6 +25,7 @@ CONFIGURE_ARGS=	--prefix=${PREFIX} --mandir=${MAN1PREF
 		--localedir=${PREFIX}/share/locale \
 		gtk2 cflags asneeded ft jpeg tiff man GIF
 
+CFLAGS+=	-fcommon
 LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}
 
 OPTIONS_DEFINE=	LCMS2 OPENJPEG NLS


More information about the svn-ports-all mailing list