svn commit: r553698 - head/graphics/gimp-lqr-plugin
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Oct 30 15:52:31 UTC 2020
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}
More information about the svn-ports-all
mailing list