[Libreoffice-commits] .: Branch 'libreoffice-3-6' - configure.in
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Aug 23 13:42:22 PDT 2012
configure.in | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit a11a3352ff049ae7f4d9780fd1c694cc560dc8e4
Author: Rene Engelhard <rene at debian.org>
Date: Thu Aug 23 22:31:26 2012 +0200
actually set P_SEP aka. PATH_SEPERATOR on kFreeBSD to fix Java builds...
Change-Id: I5e84cf342ab9a7017bf61dbb455548105b867e50
Reviewed-on: https://gerrit.libreoffice.org/468
Reviewed-by: Norbert Thiebaud <nthiebaud at gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud at gmail.com>
diff --git a/configure.in b/configure.in
index 2cd5055..a080a02 100644
--- a/configure.in
+++ b/configure.in
@@ -3126,6 +3126,8 @@ kfreebsd*)
GUIBASE=unx
OS=LINUX
RTL_OS=kFreeBSD
+ P_SEP=:
+
case "$host_cpu" in
i*86)
More information about the Libreoffice-commits
mailing list