summaryrefslogtreecommitdiff
path: root/graphics/kdegraphics2
diff options
context:
space:
mode:
authorskrll <skrll>2001-05-31 17:40:05 +0000
committerskrll <skrll>2001-05-31 17:40:05 +0000
commita575698b71672836d3c658054d8d803b141b6ddc (patch)
treee3b66bf7cd77883852a0edb3e2d45884347d6a28 /graphics/kdegraphics2
parent565cd3e043f7628450d92b36b91a0697dfe8993b (diff)
downloadpkgsrc-a575698b71672836d3c658054d8d803b141b6ddc.tar.gz
Ignore pthread.h even if found.
This fixes pkg/13025 from Greg A. Woods <woods@weird.com>
Diffstat (limited to 'graphics/kdegraphics2')
-rw-r--r--graphics/kdegraphics2/distinfo3
-rw-r--r--graphics/kdegraphics2/patches/patch-ac13
2 files changed, 15 insertions, 1 deletions
diff --git a/graphics/kdegraphics2/distinfo b/graphics/kdegraphics2/distinfo
index 0f9427d8ea9..a6a062a1fd2 100644
--- a/graphics/kdegraphics2/distinfo
+++ b/graphics/kdegraphics2/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 09:54:17 wiz Exp $
+$NetBSD: distinfo,v 1.3 2001/05/31 17:40:05 skrll Exp $
SHA1 (kdegraphics-2.1.tar.bz2) = a762045debdb1ebe1c89002ce2906520dabfe53b
Size (kdegraphics-2.1.tar.bz2) = 2040240 bytes
SHA1 (patch-aa) = b7ab1d88d54d713233dfa7137bd83fdcd2a66800
SHA1 (patch-ab) = 482069f56029472b655950f898cf56a934a9b291
+SHA1 (patch-ac) = bc335da428ab80ede67460def0ef75e2d8487a52
diff --git a/graphics/kdegraphics2/patches/patch-ac b/graphics/kdegraphics2/patches/patch-ac
new file mode 100644
index 00000000000..ae66775b95a
--- /dev/null
+++ b/graphics/kdegraphics2/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2001/05/31 17:40:05 skrll Exp $
+
+--- libminimagick/mini-magick/magick.h.orig Thu May 31 18:18:37 2001
++++ libminimagick/mini-magick/magick.h
+@@ -51,7 +51,7 @@
+ #if defined(HAVE_MMAP)
+ # include <sys/mman.h>
+ #endif
+-#if defined(HAVE_PTHREAD_H) && !defined(__osf__)
++#if defined(HAVE_PTHREAD_H) && !defined(__osf__) && !defined(__NetBSD__)
+ # include <pthread.h>
+ #endif
+ #if defined(sysv)