aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkmm20
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gtkmm20')
-rw-r--r--x11-toolkits/gtkmm20/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/gtkmm20/Makefile b/x11-toolkits/gtkmm20/Makefile
index acb65dcf3da5..5d8b7f172589 100644
--- a/x11-toolkits/gtkmm20/Makefile
+++ b/x11-toolkits/gtkmm20/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