Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Nov 2012 12:38:58 +0000 (UTC)
From:      Max Khon <fjoe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307004 - head/devel/libiqxmlrpc
Message-ID:  <201211051238.qA5CcwxU000593@svn.freebsd.org>

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



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