Ticket #20284: makefile.pre.patch

File makefile.pre.patch, 752 bytes (added by mattias@…, 15 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