From 01a74d3246a05beed4e5162cf2c11256af1c0cee Mon Sep 17 00:00:00 2001 From: linimon Date: Wed, 30 May 2012 06:33:52 +0000 Subject: Attempt to fix build on -current. PR: ports/167985 Submitted by: truckman --- comms/spandsp-devel/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'comms/spandsp-devel') diff --git a/comms/spandsp-devel/Makefile b/comms/spandsp-devel/Makefile index 8aceffe17455..1b954fbd4d0e 100644 --- a/comms/spandsp-devel/Makefile +++ b/comms/spandsp-devel/Makefile @@ -24,7 +24,8 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" \ + -C USE_LDCONFIG= yes -- cgit