aboutsummaryrefslogtreecommitdiffstats
path: root/converters/libiconv
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-03-18 23:51:39 +0800
committerbapt <bapt@FreeBSD.org>2013-03-18 23:51:39 +0800
commitb6555f554444c86d85db16f38b728edeba89319a (patch)
tree4b86c265a85198e10c3d6b2322950445cabd8b02 /converters/libiconv
parent40b7643196ce4905ac8bf1e9830b9eac741047e4 (diff)
downloadfreebsd-ports-gnome-b6555f554444c86d85db16f38b728edeba89319a.tar.gz
freebsd-ports-gnome-b6555f554444c86d85db16f38b728edeba89319a.tar.zst
freebsd-ports-gnome-b6555f554444c86d85db16f38b728edeba89319a.zip
Prevent using gawk which depends on gettext in configure scripts
Reported by: rene, avg Tested by: rene
Diffstat (limited to 'converters/libiconv')
-rw-r--r--converters/libiconv/Makefile4
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>