aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gimp-focusblur-plugin
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2013-04-02 17:27:05 +0800
committerkwm <kwm@FreeBSD.org>2013-04-02 17:27:05 +0800
commit5aa6de01dca59780df00ef5fac03293c482084ff (patch)
tree1c528603784473266e22ebce9f37eed14503479e /graphics/gimp-focusblur-plugin
parent276ad4b65bee9811640802d7a94d1a2d41db72b6 (diff)
downloadfreebsd-ports-gnome-5aa6de01dca59780df00ef5fac03293c482084ff.tar.gz
freebsd-ports-gnome-5aa6de01dca59780df00ef5fac03293c482084ff.tar.zst
freebsd-ports-gnome-5aa6de01dca59780df00ef5fac03293c482084ff.zip
fix build with glib 2.34: wv2, gimp-focusblur-plugin, gtk-murrine-engine
Fix up botched variable in mysql-workbench51 that prevents patching. Correct farsight2 master_site and add mirror. Submitted by: pointyhat via miwi Approved by: portmgr (miwi)
Diffstat (limited to 'graphics/gimp-focusblur-plugin')
-rw-r--r--graphics/gimp-focusblur-plugin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gimp-focusblur-plugin/Makefile b/graphics/gimp-focusblur-plugin/Makefile
index a4ea08a49654..4fceee4a8406 100644
--- a/graphics/gimp-focusblur-plugin/Makefile
+++ b/graphics/gimp-focusblur-plugin/Makefile
@@ -44,5 +44,7 @@ PLIST_SUB+= NLS="@comment "
post-patch:
@${REINPLACE_CMD} -e 's|^bindir = .*|bindir = ${PREFIX}/${PLUGIN_DIR}|g' ${WRKSRC}/src/Makefile.in
+ @${REINPLACE_CMD} -e 's|glib/.*\.h|glib.h|g' \
+ ${WRKSRC}/src/*.[ch]
.include <bsd.port.mk>