summaryrefslogtreecommitdiff
path: root/databases/db/patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2005-03-15 16:13:58 +0000
committertron <tron@pkgsrc.org>2005-03-15 16:13:58 +0000
commitf5d5d892a02d3be1f0a5cd64a54e913ee78bf30d (patch)
treea2a75678ea4777503c81ac1763760b24f4761fe6 /databases/db/patches
parent4725a5016a8e2643dda961e5d9e32103f24e1003 (diff)
downloadpkgsrc-f5d5d892a02d3be1f0a5cd64a54e913ee78bf30d.tar.gz
Avoid build failures under NetBSD-sparc and NetBSD-sparc64 caused by a
namespace violation (use of "__" prefix in an application header file). The patch was provided by Julian Coleman in PR pkg/23590.
Diffstat (limited to 'databases/db/patches')
-rw-r--r--databases/db/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/db/patches/patch-ac b/databases/db/patches/patch-ac
new file mode 100644
index 00000000000..51ea8857f3f
--- /dev/null
+++ b/databases/db/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2005/03/15 16:13:58 tron Exp $
+
+--- ../include/log.h.dist 1999-08-31 18:45:43.000000000 +0100
++++ ../include/log.h 2003-11-28 12:35:27.000000000 +0000
+@@ -145,7 +145,7 @@
+
+ LOGP persist; /* Persistent information. */
+
+- SH_TAILQ_HEAD(__fq) fq; /* List of file names. */
++ SH_TAILQ_HEAD(__fnq) fq; /* List of file names. */
+
+ /*
+ * The lsn LSN is the file offset that we're about to write and which