diff options
author | clsung <clsung@FreeBSD.org> | 2006-05-20 08:40:39 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-05-20 08:40:39 +0800 |
commit | 13263927d14449ee508dc10960a6523aaad4a753 (patch) | |
tree | 38233a0a441d9274f7188a8e54d70bfbc8420068 /chinese/scim-chewing | |
parent | 842793e9ba7e2c87140b6272f76d3d4ba7c1c329 (diff) | |
download | freebsd-ports-graphics-13263927d14449ee508dc10960a6523aaad4a753.tar.gz freebsd-ports-graphics-13263927d14449ee508dc10960a6523aaad4a753.tar.zst freebsd-ports-graphics-13263927d14449ee508dc10960a6523aaad4a753.zip |
- fix build error
Reviewed by: maintainer
Diffstat (limited to 'chinese/scim-chewing')
-rw-r--r-- | chinese/scim-chewing/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/scim-chewing/Makefile b/chinese/scim-chewing/Makefile index 138b7011c47..77c561b9e20 100644 --- a/chinese/scim-chewing/Makefile +++ b/chinese/scim-chewing/Makefile @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV+= CPPFLAGS="-D__STDC_ISO_10646__" +CONFIGURE_ENV+= CPPFLAGS="-D__STDC_ISO_10646__ -I${LOCALBASE}/include" post-patch: @${REINPLACE_CMD} -e 's,/1.0.0/,/,g' ${WRKSRC}/src/Makefile.in |