aboutsummaryrefslogtreecommitdiffstats
path: root/misc/bigboard/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/bigboard/Makefile')
-rw-r--r--misc/bigboard/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/bigboard/Makefile b/misc/bigboard/Makefile
index 413cfcca6a1e..07ce56b6cfec 100644
--- a/misc/bigboard/Makefile
+++ b/misc/bigboard/Makefile
@@ -38,5 +38,7 @@ GCONF_SCHEMAS= bigboard.schemas
post-patch:
@${FIND} ${WRKSRC} -type f -exec fgrep -l '%%LOCALBASE%%' {} \; |${XARGS} ${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g' -i .bak
+ @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
+ ${WRKSRC}/bigboard/keybinder/tomboykeybinder.h
.include <bsd.port.mk>