svn commit: r435191 - head/devel/linenoise-ng
David Thiel
lx at FreeBSD.org
Wed Mar 1 18:41:06 UTC 2017
Author: lx
Date: Wed Mar 1 18:41:05 2017
New Revision: 435191
URL: https://svnweb.freebsd.org/changeset/ports/435191
Log:
Add -fPIC.
Modified:
head/devel/linenoise-ng/Makefile
Modified: head/devel/linenoise-ng/Makefile
==============================================================================
--- head/devel/linenoise-ng/Makefile Wed Mar 1 18:30:06 2017 (r435190)
+++ head/devel/linenoise-ng/Makefile Wed Mar 1 18:41:05 2017 (r435191)
@@ -17,4 +17,6 @@ USE_GITHUB= yes
GH_ACCOUNT= arangodb
GH_PROJECT= linenoise-ng
+CFLAGS+= -fPIC
+
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list