diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-06-07 22:09:48 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-06-07 22:09:48 +0000 |
commit | 5191c1d5a85d6037d951f877eee67b94b669da7e (patch) | |
tree | 57007548daed9ef31884fdbe9398458989db24a3 /editors/openoffice.org-1.1/files/patch-berkeleydb+db-3.2.9.patch | |
parent | 3dbc504a92584239bdb1ba4b2ca00027c2e29eb2 (diff) |
Notes
Diffstat (limited to 'editors/openoffice.org-1.1/files/patch-berkeleydb+db-3.2.9.patch')
-rw-r--r-- | editors/openoffice.org-1.1/files/patch-berkeleydb+db-3.2.9.patch | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/editors/openoffice.org-1.1/files/patch-berkeleydb+db-3.2.9.patch b/editors/openoffice.org-1.1/files/patch-berkeleydb+db-3.2.9.patch index 2ccda4a44982..c06b00dc51c5 100644 --- a/editors/openoffice.org-1.1/files/patch-berkeleydb+db-3.2.9.patch +++ b/editors/openoffice.org-1.1/files/patch-berkeleydb+db-3.2.9.patch @@ -1,11 +1,11 @@ ---- ../berkeleydb/db-3.2.9.patch.orig Wed Mar 12 08:23:51 2003 -+++ ../berkeleydb/db-3.2.9.patch Wed Mar 12 08:23:59 2003 -@@ -4,7 +4,7 @@ - case "$host_os" in - solaris*) JINCSUBDIRS="solaris";; - linux*) JINCSUBDIRS="linux genunix";; --+ freebsd*) JINCSUBDIRS="freebsd genunix";; -++ freebsd*) JINCSUBDIRS="linux bsd freebsd genunix";; - *) JINCSUBDIRS="genunix";; - esac - +--- ../berkeleydb/db-3.2.9.patch.orig Thu May 22 05:16:22 2003 ++++ ../berkeleydb/db-3.2.9.patch Sat May 31 22:17:11 2003 +@@ -52,7 +52,7 @@ + solaris*) JINCSUBDIRS="solaris";; + linux*) JINCSUBDIRS="linux genunix";; + + irix*) JINCSUBDIRS="irix";; +-+ freebsd*) JINCSUBDIRS="freebsd genunix";; +++ freebsd*) JINCSUBDIRS="freebsd bsd linux genunix";; + *) JINCSUBDIRS="genunix";; + esac + |