To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76141
                 Issue #|76141
                 Summary|FreeBSD porting : /usr/bin/objformat is gone for 7-CUR
                        |RENT.
               Component|porting
                 Version|OOo 2.2
                Platform|All
                     URL|
              OS/Version|FreeBSD
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|mh
             Reported by|maho





------- Additional comments from [EMAIL PROTECTED] Fri Apr  6 00:15:07 +0000 
2007 -------
/usr/bin/objformat is gone for 7-CURRENT. This affects for
lot of subproject in OOo. Usually, configure script has:
> objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
and for 7-CURRENT, objformat becomes aout because /usr/bin/objformat does not
exist. FreeBSD no longer uses aout thus we can replace it to:
objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf`.

jkim (JCA signed) submitted a patch for me.

---------------------------------------------------------------------
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]

Reply via email to