Date: Sun, 15 Jun 2014 03:02:46 +0000 (UTC) From: Alexander Nedotsukov <bland@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357815 - head/devel/py-icu Message-ID: <201406150302.s5F32klO052586@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406150302.s5F32klO052586>