summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2005-02-27 21:50:26 +0000
committerjschauma <jschauma@pkgsrc.org>2005-02-27 21:50:26 +0000
commitcc21798bb0a60d26d2ccf0e751464c587413e997 (patch)
tree8c1ba0bf65d22baed5da975394d673c51b35f768 /databases
parentaf6cf2fcff946099ab7a93aa056c59e7df3a34f2 (diff)
downloadpkgsrc-cc21798bb0a60d26d2ccf0e751464c587413e997.tar.gz
Start to make this work on (even older) IRIX: check for __sgi rather than sgi
This was originally reported in PR 28819 by Georg Schwarz for db4 and also noted by Georg to apply to this package.
Diffstat (limited to 'databases')
-rw-r--r--databases/db3/distinfo3
-rw-r--r--databases/db3/patches/patch-ad13
2 files changed, 15 insertions, 1 deletions
diff --git a/databases/db3/distinfo b/databases/db3/distinfo
index c362b0d2f13..95bffedd6e5 100644
--- a/databases/db3/distinfo
+++ b/databases/db3/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2005/02/23 16:33:05 agc Exp $
+$NetBSD: distinfo,v 1.14 2005/02/27 21:50:26 jschauma Exp $
SHA1 (db-3.3.11.tar.gz) = d6871c7e6008eb726d6fc28e3debc44d34570f93
RMD160 (db-3.3.11.tar.gz) = 08092e2cd6d67e767ed5c3f7ff55726c3f6a7d45
@@ -12,3 +12,4 @@ Size (patch.3.3.11.2) = 325 bytes
SHA1 (patch-aa) = fec159b70b9da369a5b95b3e74488b07c87a8bfb
SHA1 (patch-ab) = a2739c9dccc4564a34e71e6f830b609d057f0155
SHA1 (patch-ac) = 38b3eda1e70dbf6d27ae09affc4b570e4190788e
+SHA1 (patch-ad) = 750da0d7561f74d88d5a008e8eb8f59636cb5f47
diff --git a/databases/db3/patches/patch-ad b/databases/db3/patches/patch-ad
new file mode 100644
index 00000000000..7e11d6b8404
--- /dev/null
+++ b/databases/db3/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2005/02/27 21:50:26 jschauma Exp $
+
+--- ../include/db_185.in.orig Sun Feb 27 16:36:14 2005
++++ ../include/db_185.in Sun Feb 27 16:36:20 2005
+@@ -72,7 +72,7 @@
+ * XXX
+ * SGI/IRIX already has a pgno_t.
+ */
+-#ifdef sgi
++#ifdef __sgi
+ #define pgno_t db_pgno_t
+ #endif
+