diff options
author | mbr <mbr@FreeBSD.org> | 2003-03-27 21:18:43 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-03-27 21:18:43 +0800 |
commit | 67bb1f30004cab90876b1d2339be99173717806e (patch) | |
tree | 9d1a522a06afa66cc4d932fe40c2ae459396b000 /editors/openoffice.org-1.1-devel | |
parent | 1efb4a1df2b1d4de4af04475b1f7a8394585021c (diff) | |
download | freebsd-ports-gnome-67bb1f30004cab90876b1d2339be99173717806e.tar.gz freebsd-ports-gnome-67bb1f30004cab90876b1d2339be99173717806e.tar.zst freebsd-ports-gnome-67bb1f30004cab90876b1d2339be99173717806e.zip |
The bsd1.4.1 jdk has a "bsd" include subdir.
Diffstat (limited to 'editors/openoffice.org-1.1-devel')
-rw-r--r-- | editors/openoffice.org-1.1-devel/files/patch-berkeleydb+db-3.2.9.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-1.1-devel/files/patch-berkeleydb+db-3.2.9.patch b/editors/openoffice.org-1.1-devel/files/patch-berkeleydb+db-3.2.9.patch index 078685f3b516..2ccda4a44982 100644 --- a/editors/openoffice.org-1.1-devel/files/patch-berkeleydb+db-3.2.9.patch +++ b/editors/openoffice.org-1.1-devel/files/patch-berkeleydb+db-3.2.9.patch @@ -5,7 +5,7 @@ solaris*) JINCSUBDIRS="solaris";; linux*) JINCSUBDIRS="linux genunix";; -+ freebsd*) JINCSUBDIRS="freebsd genunix";; -++ freebsd*) JINCSUBDIRS="linux freebsd genunix";; +++ freebsd*) JINCSUBDIRS="linux bsd freebsd genunix";; *) JINCSUBDIRS="genunix";; esac |