aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkada/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gtkada/Makefile')
-rw-r--r--x11-toolkits/gtkada/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/gtkada/Makefile b/x11-toolkits/gtkada/Makefile
index cc1fdc2be78c..bbe10a47a549 100644
--- a/x11-toolkits/gtkada/Makefile
+++ b/x11-toolkits/gtkada/Makefile
@@ -27,4 +27,7 @@ CC= gnatgcc
CONFIGURE_ARGS+= --disable-nls
+post-patch:
+ @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' ${WRKSRC}/src/misc.c
+
.include <bsd.port.mk>