svn commit: r356160 - head/www/uwsgi

Dmitry Sivachenko demon at FreeBSD.org
Sun Jun 1 18:44:18 UTC 2014


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
 


More information about the svn-ports-head mailing list