[31758] trunk/dports/lang/python25/files/patch-Makefile.pre.in
Revision: 31758 http://trac.macosforge.org/projects/macports/changeset/31758 Author: mww@macports.org Date: 2007-12-06 03:01:14 -0800 (Thu, 06 Dec 2007) Log Message: ----------- use /usr/bin/libtool -- for people with other libtools around (thanks to tsuna@lrde.epita.fr) Modified Paths: -------------- trunk/dports/lang/python25/files/patch-Makefile.pre.in Modified: trunk/dports/lang/python25/files/patch-Makefile.pre.in =================================================================== --- trunk/dports/lang/python25/files/patch-Makefile.pre.in 2007-12-06 08:42:47 UTC (rev 31757) +++ trunk/dports/lang/python25/files/patch-Makefile.pre.in 2007-12-06 11:01:14 UTC (rev 31758) @@ -5,7 +5,7 @@ $(LDSHARED) -o $@ $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM) +libpython$(VERSION).dylib: $(LIBRARY) -+ libtool -o $@ -dynamic $(OTHER_LIBTOOL_OPT) \ ++ /usr/bin/libtool -o $@ -dynamic $(OTHER_LIBTOOL_OPT) \ + -all_load $(LIBRARY) -single_module \ + -install_name $(LIBDIR)/$@ \ + -compatibility_version $(VERSION) \
participants (1)
-
mww@macports.org