From 3d107571c9994d93d294d8b1f364205009ebf486 Mon Sep 17 00:00:00 2001 From: Stephen Montgomery-Smith Date: Wed, 25 May 2016 23:52:09 +0000 Subject: - Add localbase to ldflags so that it will build with dragonfly. PR: ports/209380 Submitted by: John Marino --- math/octave-forge-video/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'math/octave-forge-video') diff --git a/math/octave-forge-video/Makefile b/math/octave-forge-video/Makefile index 8e7ff9a08e82..e74c067942ee 100644 --- a/math/octave-forge-video/Makefile +++ b/math/octave-forge-video/Makefile @@ -15,6 +15,7 @@ USES= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV+= HOME=${WRKSRC} CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. -- cgit v1.2.3