svn commit: r307004 - head/devel/libiqxmlrpc
Max Khon
fjoe at FreeBSD.org
Mon Nov 5 12:38:59 UTC 2012
Author: fjoe
Date: Mon Nov 5 12:38:58 2012
New Revision: 307004
URL: http://svnweb.freebsd.org/changeset/ports/307004
Log:
Define LDFLAGS using +=.
Feature safe: yes
Modified:
head/devel/libiqxmlrpc/Makefile
Modified: head/devel/libiqxmlrpc/Makefile
==============================================================================
--- head/devel/libiqxmlrpc/Makefile Mon Nov 5 12:33:48 2012 (r307003)
+++ head/devel/libiqxmlrpc/Makefile Mon Nov 5 12:38:58 2012 (r307004)
@@ -23,7 +23,7 @@ USE_CMAKE= yes
.if defined(NOPORTDOCS)
CMAKE_ARGS= -Dbuild_docs=off
.endif
-LDFLAGS= -L${LOCALBASE}/lib
+LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
PORTDATA= *
More information about the svn-ports-head
mailing list