To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=111385
------- Additional comments from [email protected] Wed May 5 04:13:06 +0000 2010 ------- following patch would help on FreeBSD. --- makefile.mk.old 2010-04-29 13:16:42.000000000 +0900 +++ makefile.mk 2010-05-05 13:09:50.000000000 +0900 @@ -97,7 +97,7 @@ # execute that program; however, the program would fail to locate the STLport # library (another work-around might be to add something like --as-needed around # $(LIBSTLPORT)): -.IF "$(OS)" == "LINUX" || "$(OS)" == "SOLARIS" +.IF "$(OS)" == "LINUX" || "$(OS)" == "SOLARIS" || "$(OS)" == "FREEBSD" .IF "$(LD_LIBRARY_PATH)" == "" LD_LIBRARY_PATH := $(SOLARLIBDIR) # strictly speaking, this is incorrect if the LD_LIBRARY_PATH environment --------------------------------------------------------------------- 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: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
