summaryrefslogtreecommitdiff
path: root/graphics/libv4l
diff options
context:
space:
mode:
authortnn <tnn>2015-03-14 22:05:28 +0000
committertnn <tnn>2015-03-14 22:05:28 +0000
commitb1fc6f3bafd9280c96f53ef1c1be31e9184c0378 (patch)
treeee4d7203c801de06b7bbdfee8275e65705ea2b94 /graphics/libv4l
parent8fbf1dc6c9fc7e61c044eadecc082f12db6fbb81 (diff)
downloadpkgsrc-b1fc6f3bafd9280c96f53ef1c1be31e9184c0378.tar.gz
wants to link with pthreads
Diffstat (limited to 'graphics/libv4l')
-rw-r--r--graphics/libv4l/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libv4l/Makefile b/graphics/libv4l/Makefile
index 86a120f419f..7db413d0782 100644
--- a/graphics/libv4l/Makefile
+++ b/graphics/libv4l/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2012/10/06 14:11:06 asau Exp $
+# $NetBSD: Makefile,v 1.9 2015/03/14 22:05:28 tnn Exp $
DISTNAME= libv4l-0.4.3
PKGREVISION= 2
@@ -35,4 +35,5 @@ PLIST_VARS= needs_videoio
CPPFLAGS.SunOS+= -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"