svn commit: r415869 - head/math/octave-forge-video

Stephen Montgomery-Smith stephen at FreeBSD.org
Wed May 25 23:52:11 UTC 2016


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 at 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}.


More information about the svn-ports-all mailing list