svn commit: r327494 - head/www/uwsgi

Dmitry Sivachenko demon at FreeBSD.org
Tue Sep 17 17:24:44 UTC 2013


Author: demon
Date: Tue Sep 17 17:24:43 2013
New Revision: 327494
URL: http://svnweb.freebsd.org/changeset/ports/327494

Log:
  Fix build for people who built python with libintl.

Modified:
  head/www/uwsgi/Makefile

Modified: head/www/uwsgi/Makefile
==============================================================================
--- head/www/uwsgi/Makefile	Tue Sep 17 17:20:11 2013	(r327493)
+++ head/www/uwsgi/Makefile	Tue Sep 17 17:24:43 2013	(r327494)
@@ -16,6 +16,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-all mailing list