diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-03-12 07:34:30 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-03-12 07:34:30 +0000 |
commit | d6c8601ee18b3a2a1c7f4769d9cc2ae8d53169cf (patch) | |
tree | fda1bbc91575a82c5808103c09030f320e6ae1aa /editors/openoffice.org-vcltesttool | |
parent | e84d4c1a32baebaf025c846571d951fb5dfa5254 (diff) |
Notes
Diffstat (limited to 'editors/openoffice.org-vcltesttool')
-rw-r--r-- | editors/openoffice.org-vcltesttool/files/patch-berkeleydb+db-3.2.9.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice.org-vcltesttool/files/patch-berkeleydb+db-3.2.9.patch b/editors/openoffice.org-vcltesttool/files/patch-berkeleydb+db-3.2.9.patch new file mode 100644 index 000000000000..078685f3b516 --- /dev/null +++ b/editors/openoffice.org-vcltesttool/files/patch-berkeleydb+db-3.2.9.patch @@ -0,0 +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 freebsd genunix";; + *) JINCSUBDIRS="genunix";; + esac + |