aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.gnome.mk
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-12-07 03:01:33 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-12-07 03:01:33 +0000
commitae0159eac29fb3e2df9aa9cabaa641180de585c5 (patch)
tree1658a303dfd9f059de1454767d5af4cbc68b9842 /Mk/bsd.gnome.mk
parenta5d57df5f34b8af96dc92bee659d603bbc6dac50 (diff)
downloadports-ae0159eac29fb3e2df9aa9cabaa641180de585c5.tar.gz
ports-ae0159eac29fb3e2df9aa9cabaa641180de585c5.zip
Add another hack to intlhack needed for newer versions of intltool that
hardcode the path to iconv.
Notes
Notes: svn path=/head/; revision=123352
Diffstat (limited to 'Mk/bsd.gnome.mk')
-rw-r--r--Mk/bsd.gnome.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk
index fea19b4db09b..a336a8384241 100644
--- a/Mk/bsd.gnome.mk
+++ b/Mk/bsd.gnome.mk
@@ -428,6 +428,7 @@ intltool_BUILD_DEPENDS= ${intltool_DETECT}:${PORTSDIR}/textproc/intltool
intlhack_PRE_PATCH= ${FIND} ${WRKSRC} -name "intltool-merge.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|mkdir $$lang or|mkdir $$lang, 0777 or| ; \
s|^push @INC, "/.*|push @INC, "${LOCALBASE}/share/intltool";| ; \
+ s|/usr/bin/iconv|${LOCALBASE}/bin/iconv|g ; \
s|unpack *[(]'"'"'U\*'"'"'|unpack ('"'"'C*'"'"'|'
intlhack_USE_GNOME_IMPL=intltool