Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jul 2013 20:40:26 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323855 - head/graphics/opencv
Message-ID:  <201307282040.r6SKeQkg093735@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Jul 28 20:40:26 2013
New Revision: 323855
URL: http://svnweb.freebsd.org/changeset/ports/323855

Log:
  Fix build with recent binutils

Modified:
  head/graphics/opencv/Makefile

Modified: head/graphics/opencv/Makefile
==============================================================================
--- head/graphics/opencv/Makefile	Sun Jul 28 20:39:43 2013	(r323854)
+++ head/graphics/opencv/Makefile	Sun Jul 28 20:40:26 2013	(r323855)
@@ -43,6 +43,8 @@ GTK_DESC=	GTK+ support
 OPENEXR_DESC=	OpenEXR support
 TBB_DESC=	TBB support
 
+LDFLAGS+=	-lopencv_core
+
 OPTIONS_DEFAULT=	EIGEN2 JASPER JPEG PNG TIFF V4L
 
 .include <bsd.port.options.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307282040.r6SKeQkg093735>