Ticket #6636: patchpatch

File patchpatch, 1.2 KB (added by andre@…, 18 years ago)

Patch to files/patch-Makefile.pre.in that fixes libtool reference

Line 
1--- files/patch-Makefile.pre.in 2005-12-10 17:15:58.000000000 -0800
2+++ files/patch-Makefile.pre.in.patch   2006-01-17 19:57:58.000000000 -0800
3@@ -1,5 +1,5 @@
4---- Makefile.pre.in    Tue Mar 29 01:23:01 2005
5-+++ ../../Makefile.pre.in      Thu Mar 31 10:32:39 2005
6+--- Makefile.pre.in    2006-01-17 19:16:38.000000000 -0800
7++++ ../../Makefile.pre.in      2006-01-17 19:17:26.000000000 -0800
8 @@ -56,7 +56,7 @@
9  OPT=          @OPT@
10  BASECFLAGS=   @BASECFLAGS@
11@@ -20,6 +20,15 @@
12  # This rule is here for OPENSTEP/Rhapsody/MacOSX. It builds a temporary
13  # minimal framework (not including the Lib directory and such) in the current
14  # directory.
15+@@ -370,7 +374,7 @@
16+                 $(RESSRCDIR)/version.plist \
17+                 $(RESSRCDIR)/English.lproj/InfoPlist.strings
18+       $(INSTALL) -d -m $(DIRMODE) $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)
19+-      libtool -o $(LDLIBRARY) -dynamic $(OTHER_LIBTOOL_OPT) $(LIBRARY) \
20++      /usr/bin/libtool -o $(LDLIBRARY) -dynamic $(OTHER_LIBTOOL_OPT) $(LIBRARY) \
21+               @LIBTOOL_CRUFT@
22+       $(INSTALL) -d -m $(DIRMODE)  \
23+               $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/Resources/English.lproj
24 @@ -625,7 +629,12 @@
25                                (cd $(DESTDIR)$(LIBDIR); $(LN) -sf $(INSTSONAME) libpython$(VERSION)$(SO)); \
26                        fi \