diff options
author | kwm <kwm@FreeBSD.org> | 2013-05-06 19:13:56 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-05-06 19:13:56 +0800 |
commit | b33d25e9f85b5b0f80d905c10c47693f202d54be (patch) | |
tree | b377462695665a8464811c6558b27d31eab7cc19 /www/gtkhtml3 | |
parent | 222c7a03f5668f673458a96d1fc5b2f9259ed16a (diff) | |
download | freebsd-ports-gnome-b33d25e9f85b5b0f80d905c10c47693f202d54be.tar.gz freebsd-ports-gnome-b33d25e9f85b5b0f80d905c10c47693f202d54be.tar.zst freebsd-ports-gnome-b33d25e9f85b5b0f80d905c10c47693f202d54be.zip |
Make these ports build with glib 2.36
Diffstat (limited to 'www/gtkhtml3')
-rw-r--r-- | www/gtkhtml3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile index b565f1505f5f..649b831308fa 100644 --- a/www/gtkhtml3/Makefile +++ b/www/gtkhtml3/Makefile @@ -38,6 +38,7 @@ post-patch: ${WRKSRC}/intltool-merge.in @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g ; \ s|-DGTK_DISABLE_DEPRECATED||g ; \ + s|-DG_DISABLE_DEPRECATED||g ; \ s|-DGDK_DISABLE_DEPRECATED||g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|gtkhtml-editor-test[$$]|gtkhtml3-editor-test$$|' \ |