[31758] trunk/dports/lang/python25/files/patch-Makefile.pre.in

mww at macports.org mww at macports.org
Thu Dec 6 03:01:17 PST 2007


Revision: 31758
          http://trac.macosforge.org/projects/macports/changeset/31758
Author:   mww at 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 at 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) \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071206/bbafde2a/attachment.html


More information about the macports-changes mailing list