diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-12-07 03:01:33 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-12-07 03:01:33 +0000 |
commit | ae0159eac29fb3e2df9aa9cabaa641180de585c5 (patch) | |
tree | 1658a303dfd9f059de1454767d5af4cbc68b9842 /Mk/bsd.gnome.mk | |
parent | a5d57df5f34b8af96dc92bee659d603bbc6dac50 (diff) | |
download | ports-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.mk | 1 |
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 |