svn commit: r357815 - head/devel/py-icu
Alexander Nedotsukov
bland at FreeBSD.org
Sun Jun 15 03:02:46 UTC 2014
Author: bland
Date: Sun Jun 15 03:02:45 2014
New Revision: 357815
URL: http://svnweb.freebsd.org/changeset/ports/357815
QAT: https://qat.redports.org/buildarchive/r357815/
Log:
Fix linking issue raised by forced upgrade rendered icu module unusable.
Modified:
head/devel/py-icu/Makefile
Modified: head/devel/py-icu/Makefile
==============================================================================
--- head/devel/py-icu/Makefile Sun Jun 15 03:02:36 2014 (r357814)
+++ head/devel/py-icu/Makefile Sun Jun 15 03:02:45 2014 (r357815)
@@ -19,8 +19,7 @@ PYDISTUTILS_AUTOPLIST= yes
MAKE_ENV+= \
PYICU_INCLUDES="${PREFIX}/include" \
PYICU_CFLAGS="-w:-DPYICU_VER=\"$(PORTVERSION)\"" \
- PYICU_LFLAGS="-L${PREFIX}/lib" \
- PYICU_LIBRARIES="icui18n:icuuc:icudata"
+ PYICU_LFLAGS="-L${PREFIX}/lib"
LIB_DEPENDS+= libicudata.so:${PORTSDIR}/devel/icu
More information about the svn-ports-all
mailing list