Issue 17648

Summary: 11rc3: pyuno patch for OS X buildability
Product: porting Reporter: fa <dan>
Component: codeAssignee: fa <dan>
Status: CLOSED FIXED QA Contact: issues@porting <issues>
Severity: Trivial    
Priority: P3 CC: ed, issues
Version: OOo 1.1 RC2   
Target Milestone: OOo 1.1 RC   
Hardware: Mac   
OS: Mac OS X, all   
Issue Type: PATCH Latest Confirmation in: ---
Developer Difficulty: ---
Issue Depends on:    
Issue Blocks: 17274    
Attachments:
Description Flags
cd pyuno, patch -p0 < /path/to/patchfile
none
cd pyuno, patch -p0 < /path/to/patchfile Addresses Sander's concerns none

Description fa 2003-07-30 17:14:22 UTC
Add in OS X buildability, diff against ooo11rc3.  See also Issue 16676 for same patch off ooo11rc.
Comment 1 fa 2003-07-30 17:14:56 UTC
Created attachment 8154 [details]
cd pyuno, patch -p0 < /path/to/patchfile
Comment 2 sander_traveling 2003-07-31 19:10:51 UTC
source/module/makefile.mk: 
    solaris and macosx (and other pltforms needing to link 
    to -lpython) should share the if instead of separate blocks

zipcore/makefile.mk :
    the inside .IF $(OS)!=MACOSX change to DLLPOST is not really needed
Comment 3 sander_traveling 2003-07-31 19:11:25 UTC
otherwise, fine. 
Comment 4 fa 2003-07-31 19:58:47 UTC
Created attachment 8190 [details]
cd pyuno, patch -p0 < /path/to/patchfile  Addresses Sander's concerns
Comment 5 fa 2003-07-31 20:03:04 UTC
committed to cws_srx645_ooo11rc3

I'd prefer to keep the DLLPOST, since at some point we'll figure out why strip doesn't 
work in this case, and then we'll need that line for OS X.

Dan
Comment 6 Martin Hollmichel 2004-02-15 07:28:02 UTC
verfied in 1.1.0.
Comment 7 Martin Hollmichel 2004-02-15 07:31:09 UTC
close issue