diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-14 22:05:28 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-14 22:05:28 +0000 |
commit | 8887aa8b1cef568ee609d54ac49f66c1dffc15be (patch) | |
tree | ee4d7203c801de06b7bbdfee8275e65705ea2b94 /graphics/libv4l/Makefile | |
parent | 0fd5cc74fc85c885d0b03799d4a18e9b864f9404 (diff) | |
download | pkgsrc-8887aa8b1cef568ee609d54ac49f66c1dffc15be.tar.gz |
wants to link with pthreads
Diffstat (limited to 'graphics/libv4l/Makefile')
-rw-r--r-- | graphics/libv4l/Makefile | 3 |
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" |