svn commit: r323855 - head/graphics/opencv
Baptiste Daroussin
bapt at FreeBSD.org
Sun Jul 28 20:40:26 UTC 2013
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>
More information about the svn-ports-head
mailing list