To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92932





------- Additional comments from pa...@openoffice.org Tue Jul 13 17:15:30 +0000 
2010 -------
The following simple patch seems to work -- and leaves an easy way to extend the
special handling to other OSes (from BSD-family and otherwise).

Mind the blanks/tabs:

--- configure.in    2010-05-26 23:56:28.000000000 +0200
+++ configure.in    2010-07-13 19:11:58.000000000 +0200
@@ -4958,10 +4958,16 @@
     # Mac OS builds should get out without extra stuff is the Mac porters'
     # wish. And pkg-config is although Xcode ships a .pc for openssl
-    if test "$_os" = "Darwin"; then
+    case "$_os" in
+    "Darwin")
         OPENSSL_CFLAGS=
         OPENSSL_LIBS="-lssl -lcrypto"
-    else
+       ;;
+    "FreeBSD")
+       OPENSSL_LIBS="${OPENSSL_LDFLAGS}"
+       ;;
+    *)
        PKG_CHECK_MODULES( OPENSSL, openssl )
-    fi
+       ;;
+    esac
     SYSTEM_OPENSSL=YES
 else


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to