Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2013 17:24:43 +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: r327494 - head/www/uwsgi
Message-ID:  <201309171724.r8HHOipG074664@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309171724.r8HHOipG074664>