aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkada
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-03-08 10:51:34 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-03-08 10:51:34 +0000
commit7887c684adab042fed1bfcba2e91589ecd17c4a8 (patch)
tree961839899dce7f75292a08c079f548973bdbd40d /x11-toolkits/gtkada
parent85544f2c01be814e0af1ebee1076012e7ed60bb0 (diff)
Notes
Diffstat (limited to 'x11-toolkits/gtkada')
-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>