From 0b80194b59d2ff6514da1ead4c09621f749c1315 Mon Sep 17 00:00:00 2001 From: Max Khon Date: Mon, 5 Nov 2012 12:38:58 +0000 Subject: Define LDFLAGS using +=. Feature safe: yes --- devel/libiqxmlrpc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/libiqxmlrpc/Makefile') diff --git a/devel/libiqxmlrpc/Makefile b/devel/libiqxmlrpc/Makefile index 52c1b259eee0..ddfcd41db4a1 100644 --- a/devel/libiqxmlrpc/Makefile +++ b/devel/libiqxmlrpc/Makefile @@ -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= * -- cgit v1.2.3