diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-05-06 11:13:56 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-05-06 11:13:56 +0000 |
commit | 2364635756af3f17a869fab27393226fce50ea1f (patch) | |
tree | b377462695665a8464811c6558b27d31eab7cc19 /www/gtkhtml3 | |
parent | fe2813334be1be5cbd09f479b99529caa3a78c31 (diff) |
Notes
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$$|' \ |