diff options
author | kwm <kwm@FreeBSD.org> | 2013-04-02 17:27:05 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-04-02 17:27:05 +0800 |
commit | 5aa6de01dca59780df00ef5fac03293c482084ff (patch) | |
tree | 1c528603784473266e22ebce9f37eed14503479e /graphics/gimp-focusblur-plugin | |
parent | 276ad4b65bee9811640802d7a94d1a2d41db72b6 (diff) | |
download | freebsd-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/Makefile | 2 |
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> |