diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-01-25 19:55:09 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-01-25 19:55:09 +0000 |
commit | c2653e1a14c60513551cbfaa8f17b17cd827b022 (patch) | |
tree | f24b5bcaa9cdda041a6ab8eeb66ab6d20cd2510a /editors/openoffice/files/patch-berkeleydb+db-3.2.9.patch | |
parent | A stripped Qt for use as a utility library for C++. (diff) |
Use the linux JDK for the build, which hopefully fixes the
build on bento. Add required patches to support this change.
If WITH_BSD_JDK is set, the original native JDK is used.
Add RES_GER to the supported languages. Apparently this is
now needed by the build system, else the handbook is still
missing.
Diffstat (limited to 'editors/openoffice/files/patch-berkeleydb+db-3.2.9.patch')
-rw-r--r-- | editors/openoffice/files/patch-berkeleydb+db-3.2.9.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice/files/patch-berkeleydb+db-3.2.9.patch b/editors/openoffice/files/patch-berkeleydb+db-3.2.9.patch index 9540987d0f65..b3f090de1f03 100644 --- a/editors/openoffice/files/patch-berkeleydb+db-3.2.9.patch +++ b/editors/openoffice/files/patch-berkeleydb+db-3.2.9.patch @@ -52,7 +52,7 @@ + linux*) JINCSUBDIRS="linux genunix";; ++ irix*) JINCSUBDIRS="irix";; ++ netbsd*) JINCSUBDIRS="netbsd linux solaris genunix";; -++ freebsd*) JINCSUBDIRS="freebsd genunix";; +++ freebsd*) JINCSUBDIRS="freebsd linux solaris genunix";; + *) JINCSUBDIRS="genunix";; + esac + |