diff options
author | linimon <linimon@FreeBSD.org> | 2012-05-30 14:33:52 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2012-05-30 14:33:52 +0800 |
commit | 01a74d3246a05beed4e5162cf2c11256af1c0cee (patch) | |
tree | 31e83d6d8945c32cfbd7f2564eb0925a7b2d06b4 /comms/spandsp-devel | |
parent | a3d546b241b5044b630c689dc5de81c932d10080 (diff) | |
download | freebsd-ports-gnome-01a74d3246a05beed4e5162cf2c11256af1c0cee.tar.gz freebsd-ports-gnome-01a74d3246a05beed4e5162cf2c11256af1c0cee.tar.zst freebsd-ports-gnome-01a74d3246a05beed4e5162cf2c11256af1c0cee.zip |
Attempt to fix build on -current.
PR: ports/167985
Submitted by: truckman
Diffstat (limited to 'comms/spandsp-devel')
-rw-r--r-- | comms/spandsp-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |