summaryrefslogtreecommitdiff
path: root/databases/db3/patches
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
commit9516dd285a3c9ecebbade8bf8c9951fbe5608c41 (patch)
tree8c1ba0bf65d22baed5da975394d673c51b35f768 /databases/db3/patches
parent127af614ab3ef61d772c977d25de79476841da27 (diff)
downloadpkgsrc-9516dd285a3c9ecebbade8bf8c9951fbe5608c41.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/db3/patches')
-rw-r--r--databases/db3/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
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
+