diff options
author | marcus <marcus@FreeBSD.org> | 2008-03-26 10:33:23 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-03-26 10:33:23 +0800 |
commit | faa2792411af5d0980c2d786ed68cd689271dbf5 (patch) | |
tree | 062fd07ebec0b7a4ab27ecaa67314afafa4d6c96 /www | |
parent | 58dfa867eb0a669a9278391083c031f526824fb3 (diff) | |
download | freebsd-ports-gnome-faa2792411af5d0980c2d786ed68cd689271dbf5.tar.gz freebsd-ports-gnome-faa2792411af5d0980c2d786ed68cd689271dbf5.tar.zst freebsd-ports-gnome-faa2792411af5d0980c2d786ed68cd689271dbf5.zip |
Fix the build with the new glib20.
Reported by: pointyhat via pav
Diffstat (limited to 'www')
-rw-r--r-- | www/gtkhtml38/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/gtkhtml38/Makefile b/www/gtkhtml38/Makefile index efe5fdff5886..64e2adaff6cc 100644 --- a/www/gtkhtml38/Makefile +++ b/www/gtkhtml38/Makefile @@ -36,4 +36,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ PLIST_SUB= VERSION="3.8" +post-patch: + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E -e \ + 's|-DG_DISABLE_DEPRECATED[^[:space:]]+||g' + .include <bsd.port.mk> |