Date: Sun, 1 Jun 2014 18:44:18 +0000 (UTC) From: Dmitry Sivachenko <demon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356160 - head/www/uwsgi Message-ID: <201406011844.s51IiIdp015099@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: demon Date: Sun Jun 1 18:44:18 2014 New Revision: 356160 URL: http://svnweb.freebsd.org/changeset/ports/356160 QAT: https://qat.redports.org/buildarchive/r356160/ Log: Restore LDFLAGS definition, it is still needed in some environments. Modified: head/www/uwsgi/Makefile Modified: head/www/uwsgi/Makefile ============================================================================== --- head/www/uwsgi/Makefile Sun Jun 1 17:56:38 2014 (r356159) +++ head/www/uwsgi/Makefile Sun Jun 1 18:44:18 2014 (r356160) @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_PYTHON= yes USE_RC_SUBR= uwsgi +LDFLAGS+= "-L${LOCALBASE}/lib" + PLIST_FILES= bin/uwsgi \ %%PYTHON_SITELIBDIR%%/uwsgidecorators.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406011844.s51IiIdp015099>