To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=74749
------- Additional comments from [email protected] Thu Jul 2 12:03:29 +0000 2009 ------- --- solenv/inc/libs.mk 2009-07-02 09:44:33.084467312 +0000 +++ solenv/inc/libs.mk.new 2009-07-02 10:44:03.420819776 +0000 @@ -219,7 +219,7 @@ .IF "$(OS)" == "FREEBSD" JPEG3RDLIB=/usr/local/lib/libjpeg.so .ELIF "$(CPUNAME)" == "X86_64" -JPEG3RDLIB=/usr/lib64/libjpeg.so +JPEG3RDLIB=/usr/lib/libjpeg.so .ELSE JPEG3RDLIB=/usr/lib/libjpeg.so .ENDIF I'm using that patch to solve this four our distribution. No idea if another way selfdetecting the library location would be easy to integrate. (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=398408 was a nice try) --------------------------------------------------------------------- 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]
