svn commit: r481655 - head/graphics/gimp-focusblur-plugin
Koop Mast
kwm at FreeBSD.org
Tue Oct 9 20:38:51 UTC 2018
Author: kwm
Date: Tue Oct 9 20:38:50 2018
New Revision: 481655
URL: https://svnweb.freebsd.org/changeset/ports/481655
Log:
Allow gimp-focusblur to build with gimp 2.10.
Modified:
head/graphics/gimp-focusblur-plugin/Makefile
Modified: head/graphics/gimp-focusblur-plugin/Makefile
==============================================================================
--- head/graphics/gimp-focusblur-plugin/Makefile Tue Oct 9 20:34:02 2018 (r481654)
+++ head/graphics/gimp-focusblur-plugin/Makefile Tue Oct 9 20:38:50 2018 (r481655)
@@ -25,7 +25,7 @@ USE_GNOME= gtk20 intltool
PLUGIN_DIR?= libexec/gimp/2.2/plug-ins
PLIST_SUB= PLUGIN_DIR=${PLUGIN_DIR}
-CPPFLAGS+= -I${LOCALBASE}/include
+CPPFLAGS+= -I${LOCALBASE}/include -DGIMP_DISABLE_DEPRECATED
LDFLAGS+= -lm -L${LOCALBASE}/lib
OPTIONS_DEFINE= NLS
More information about the svn-ports-all
mailing list