svn commit: r408259 - head/editors/mp

John Marino marino at FreeBSD.org
Fri Feb 5 18:56:23 UTC 2016


Author: marino
Date: Fri Feb  5 18:56:22 2016
New Revision: 408259
URL: https://svnweb.freebsd.org/changeset/ports/408259

Log:
  editors/mp: respect LDFLAGS

Modified:
  head/editors/mp/Makefile

Modified: head/editors/mp/Makefile
==============================================================================
--- head/editors/mp/Makefile	Fri Feb  5 18:44:02 2016	(r408258)
+++ head/editors/mp/Makefile	Fri Feb  5 18:56:22 2016	(r408259)
@@ -69,6 +69,7 @@ post-patch:
 		's|<ncursesw/|<| ; \
 		 s|-I/usr/local/include|| ; \
 		 s|-L/usr/local/lib|| ; \
+		 s|-lncursesw|${LDFLAGS} -lncursesw| ; \
 		 /gtk+/s|3.0|${CONFOPT_GTK}.0| ; \
 		 /OK/s|3.0|${CONFOPT_GTK}.0| ; \
 		 /CONFOPT_GTK/s|3|${CONFOPT_GTK}|' ${WRKSRC}/config.sh


More information about the svn-ports-all mailing list