1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

Add another hack to intlhack needed for newer versions of intltool that

hardcode the path to iconv.
This commit is contained in:
Joe Marcus Clarke 2004-12-07 03:01:33 +00:00
parent a5d57df5f3
commit ae0159eac2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123352

View File

@ -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