Date: Tue, 9 Oct 2018 20:38:50 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481655 - head/graphics/gimp-focusblur-plugin Message-ID: <201810092038.w99KcoDI007986@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810092038.w99KcoDI007986>