diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-18 15:51:39 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-18 15:51:39 +0000 |
commit | 85228d9f129632b724d4bbb1d05af11433098eed (patch) | |
tree | 4b86c265a85198e10c3d6b2322950445cabd8b02 /converters/libiconv | |
parent | 5e191b87d156b7355456584986190e4e93aa18df (diff) |
Notes
Diffstat (limited to 'converters/libiconv')
-rw-r--r-- | converters/libiconv/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 3e03574f7e66..58b1b143dd90 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -51,5 +51,9 @@ PATCH_DIST_STRIP+= -p1 post-patch: @${REINPLACE_CMD} -e 's:ei_ksc5601:ei_euc_kr:g' ${WRKSRC}/lib/aliases.h + @${REINPLACE_CMD} -e 's:gawk:awk:g' ${WRKSRC}/configure \ + ${WRKSRC}/libcharset/configure \ + ${WRKSRC}/preload/configure + .include <bsd.port.mk> |