New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #20284: makefile.pre.patch

File makefile.pre.patch, 0.7 KB (added by mattias@…, 2 years ago)

Patch for "Makefile.pre" to make libtool accept x86_64 as an architecture.

  • Makefile.pre

    old new  
    442442                        -current_version $(VERSION); \ 
    443443        else \ 
    444444                /usr/bin/libtool -o $(LDLIBRARY) -dynamic $(OTHER_LIBTOOL_OPT) $(LIBRARY) \ 
    445                          -lSystem -lSystemStubs -arch_only i386 -install_name $(PYTHONFRAMEWORKINSTALLDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK) -compatibility_version $(VERSION) -current_version $(VERSION) ;\ 
     445                         -lSystem -lSystemStubs -arch_only x86_64 -install_name $(PYTHONFRAMEWORKINSTALLDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK) -compatibility_version $(VERSION) -current_version $(VERSION) ;\ 
    446446        fi 
    447447        $(INSTALL) -d -m $(DIRMODE)  \ 
    448448                $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/Resources/English.lproj