summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorsevan <sevan@pkgsrc.org>2018-12-09 03:04:34 +0000
committersevan <sevan@pkgsrc.org>2018-12-09 03:04:34 +0000
commit626472ec7439e0114bf5720efd929d1cfe34a414 (patch)
tree31bcf786e36d4febfa68eb66c785ea141c830038 /graphics
parent762d9e40439ffad600490b18373c5a754a540d35 (diff)
downloadpkgsrc-626472ec7439e0114bf5720efd929d1cfe34a414.tar.gz
Need pthread support, make sure a substitue is present if OS lacks support
natively, e.g Minix at present.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/babl/Makefile3
-rw-r--r--graphics/exiv2/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/babl/Makefile b/graphics/babl/Makefile
index c1942396ce3..382e596ffb3 100644
--- a/graphics/babl/Makefile
+++ b/graphics/babl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2018/11/22 12:59:07 ryoon Exp $
+# $NetBSD: Makefile,v 1.23 2018/12/09 03:04:34 sevan Exp $
DISTNAME= babl-0.1.60
CATEGORIES= graphics
@@ -26,5 +26,6 @@ PKGCONFIG_OVERRIDE+= babl.pc.in
#CONFIGURE_ARGS+= --disable-sse
#.endif
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile
index bf7b4ba442a..cda62c66621 100644
--- a/graphics/exiv2/Makefile
+++ b/graphics/exiv2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2015/10/05 08:42:25 richard Exp $
+# $NetBSD: Makefile,v 1.39 2018/12/09 03:04:34 sevan Exp $
# Race condition between exiv2.cpp and creation of exv_conf.h
MAKE_JOBS_SAFE= no
@@ -11,6 +11,7 @@ PKGCONFIG_OVERRIDE= config/exiv2.pc.in
LDFLAGS.Linux+= -ldl
LIBS.SunOS+= -lsocket -lnsl
+.include "../../mk/pthread.buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"