configure.in |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit a11a3352ff049ae7f4d9780fd1c694cc560dc8e4
Author: Rene Engelhard <[email protected]>
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 <[email protected]>
    Tested-by: Norbert Thiebaud <[email protected]>

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)
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to