aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkmm30
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2008-03-26 05:03:31 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2008-03-26 05:03:31 +0000
commit17ea6d896a3f92bb937d7d2b007d5e48033566e7 (patch)
tree66c627f428d2a60afb4a1ebcdceeee941b95dcf7 /x11-toolkits/gtkmm30
parent74c37a3337fe2322695430a36cc58e75a1b93aca (diff)
downloadports-17ea6d896a3f92bb937d7d2b007d5e48033566e7.tar.gz
ports-17ea6d896a3f92bb937d7d2b007d5e48033566e7.zip
Fix the build with new glib 2.16.
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=209841
Diffstat (limited to 'x11-toolkits/gtkmm30')
-rw-r--r--x11-toolkits/gtkmm30/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/gtkmm30/Makefile b/x11-toolkits/gtkmm30/Makefile
index acb65dcf3da5..5d8b7f172589 100644
--- a/x11-toolkits/gtkmm30/Makefile
+++ b/x11-toolkits/gtkmm30/Makefile
@@ -35,6 +35,10 @@ CONFIGURE_ARGS= --enable-static=yes \
--with-sigc-prefix=${LOCALBASE}
post-patch:
+ @${REINPLACE_CMD} -e 's|glib/gmessages.h|glib/gtestutils.h|g' \
+ ${WRKSRC}/glib/src/*.ccg ${WRKSRC}/glib/glibmm/*.* \
+ ${WRKSRC}/gtk/src/*.* ${WRKSRC}/gtk/gtkmm/*.* \
+ ${WRKSRC}/demos/gtk-demo/*.cc
.for d in docs examples tests
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/${d}//' ${WRKSRC}/Makefile.in
.endfor