Date: Wed, 25 May 2016 23:52:10 +0000 (UTC) From: Stephen Montgomery-Smith <stephen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415869 - head/math/octave-forge-video Message-ID: <201605252352.u4PNqAaO051152@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: stephen Date: Wed May 25 23:52:09 2016 New Revision: 415869 URL: https://svnweb.freebsd.org/changeset/ports/415869 Log: - Add localbase to ldflags so that it will build with dragonfly. PR: ports/209380 Submitted by: John Marino <marino@FreeBSD.org> Modified: head/math/octave-forge-video/Makefile Modified: head/math/octave-forge-video/Makefile ============================================================================== --- head/math/octave-forge-video/Makefile Wed May 25 23:43:23 2016 (r415868) +++ head/math/octave-forge-video/Makefile Wed May 25 23:52:09 2016 (r415869) @@ -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}.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605252352.u4PNqAaO051152>