[73508] trunk/dports/lang/python32/files/patch-Makefile.pre.in.diff

jmr at macports.org jmr at macports.org
Mon Nov 15 20:59:05 PST 2010


Revision: 73508
          http://trac.macports.org/changeset/73508
Author:   jmr at macports.org
Date:     2010-11-15 20:59:01 -0800 (Mon, 15 Nov 2010)
Log Message:
-----------
python32: fix build by following upstream makefile variable renaming

Modified Paths:
--------------
    trunk/dports/lang/python32/files/patch-Makefile.pre.in.diff

Modified: trunk/dports/lang/python32/files/patch-Makefile.pre.in.diff
===================================================================
--- trunk/dports/lang/python32/files/patch-Makefile.pre.in.diff	2010-11-15 23:53:31 UTC (rev 73507)
+++ trunk/dports/lang/python32/files/patch-Makefile.pre.in.diff	2010-11-16 04:59:01 UTC (rev 73508)
@@ -5,11 +5,11 @@
  			-compatibility_version $(VERSION) \
  			-current_version $(VERSION) \
 -			-framework CoreFoundation $(LIBS); \
-+			-framework CoreFoundation $(LIBS) $(LDFLAGS); \
++			-framework CoreFoundation $(LIBS) $(PY_LDFLAGS); \
          else \
  		/usr/bin/libtool -o $(LDLIBRARY) -dynamic $(OTHER_LIBTOOL_OPT) $(LIBRARY) \
 -			@LIBTOOL_CRUFT@ -framework CoreFoundation $(LIBS);\
-+			@LIBTOOL_CRUFT@ -framework CoreFoundation $(LIBS) $(LDFLAGS);\
++			@LIBTOOL_CRUFT@ -framework CoreFoundation $(LIBS) $(PY_LDFLAGS);\
  	fi
  	$(INSTALL) -d -m $(DIRMODE)  \
  		$(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/Resources/English.lproj
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101115/730a0add/attachment-0001.html>


More information about the macports-changes mailing list