aboutsummaryrefslogtreecommitdiff
path: root/japanese/tomoe
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 /japanese/tomoe
parent85544f2c01be814e0af1ebee1076012e7ed60bb0 (diff)
downloadports-7887c684adab042fed1bfcba2e91589ecd17c4a8.tar.gz
ports-7887c684adab042fed1bfcba2e91589ecd17c4a8.zip
Notes
Diffstat (limited to 'japanese/tomoe')
-rw-r--r--japanese/tomoe/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/japanese/tomoe/Makefile b/japanese/tomoe/Makefile
index 9be3124f8f37..eee555f433fe 100644
--- a/japanese/tomoe/Makefile
+++ b/japanese/tomoe/Makefile
@@ -120,4 +120,11 @@ post-extract:
${UNZIP_CMD} -qo ${DISTDIR}/Unihan.zip -d ${WRKSRC}/module/dict
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|glib/ge.*\.h>|glib.h>|g' \
+ -e 's|glib/ga.*\.h>|glib.h>|g' \
+ ${WRKSRC}/lib/glib-compat-key-file.h \
+ ${WRKSRC}/lib/tomoe.c \
+ ${WRKSRC}/lib/glib-utils.h
+
.include <bsd.port.post.mk>