Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Oct 2020 15:52:30 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553698 - head/graphics/gimp-lqr-plugin
Message-ID:  <202010301552.09UFqUL0028425@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Oct 30 15:52:30 2020
New Revision: 553698
URL: https://svnweb.freebsd.org/changeset/ports/553698

Log:
  Add -fcommon to fix build on CURRENT
  
  PR:		250640
  Submitted by:	cy

Modified:
  head/graphics/gimp-lqr-plugin/Makefile

Modified: head/graphics/gimp-lqr-plugin/Makefile
==============================================================================
--- head/graphics/gimp-lqr-plugin/Makefile	Fri Oct 30 15:50:53 2020	(r553697)
+++ head/graphics/gimp-lqr-plugin/Makefile	Fri Oct 30 15:52:30 2020	(r553698)
@@ -22,6 +22,8 @@ USES=		compiler:c++11-lang gettext gmake gnome localba
 GNU_CONFIGURE=	yes
 USE_GNOME=	gtk20 intltool
 
+CFLAGS+=	-fcommon
+
 PLUGIN_DIR?=	libexec/gimp/2.2/plug-ins
 PLIST_SUB=	PLUGIN_DIR=${PLUGIN_DIR}
 



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