diff options
author | Michael Gmelin <grembo@FreeBSD.org> | 2015-07-13 21:53:23 +0000 |
---|---|---|
committer | Michael Gmelin <grembo@FreeBSD.org> | 2015-07-13 21:53:23 +0000 |
commit | f23aae075b6b2b443d9e0486828d9cc36794bf40 (patch) | |
tree | 6740cefef1110724a18aebc6f7cd1556c2f01870 /devel/ice/Makefile | |
parent | 9ce8c1bf2d7aa0e75779885df022f64591657145 (diff) | |
download | ports-f23aae075b6b2b443d9e0486828d9cc36794bf40.tar.gz ports-f23aae075b6b2b443d9e0486828d9cc36794bf40.zip |
Bring back support for new iconv from r384038.
This fixes builds on FreeBSD versions without native iconv.
This had been lost due to changes in the Ice code structure
(iconv support moved from Ice to IceUtil).
Approved by: mentors (implicit)
Notes
Notes:
svn path=/head/; revision=391964
Diffstat (limited to 'devel/ice/Makefile')
-rw-r--r-- | devel/ice/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/devel/ice/Makefile b/devel/ice/Makefile index f84d2197675b..d2e4a3e9e2b8 100644 --- a/devel/ice/Makefile +++ b/devel/ice/Makefile @@ -125,12 +125,6 @@ post-patch: s|%%INSTALL_DATA%%|${INSTALL_DATA}|g; \ s|%%PREFIX%%|${PREFIX}|g ; \ s|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/php/config/Make.rules.php -.if empty(ICONV_LIB) - # native iconv detected - @${REINPLACE_CMD} \ - -e 's|<iconv.h>|</usr/include/iconv.h>|g;' \ - ${WRKSRC}/cpp/include/IceUtil/IconvStringConverter.h -.endif .if ${PORT_OPTIONS:MTESTS} TEST_CMD= @cd ${BUILD_WRKSRC} && ${PYTHON_CMD} ./allTests.py |