<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">diff -ru Ice-3.5.0.orig/py/config/Make.rules.Darwin Ice-3.5.0/py/config/Make.rules.Darwin
--- Ice-3.5.0.orig/py/config/Make.rules.Darwin	2013-03-11 08:19:47.000000000 -0700
+++ Ice-3.5.0/py/config/Make.rules.Darwin	2013-08-27 11:50:52.000000000 -0700
@@ -24,7 +24,7 @@
     ifeq ($(shell test ! -f $(PYTHON_HOME)/Python &amp;&amp; echo 0),0)
         $(error Unable to find Python framework See config/Make.rules.Darwin)
     endif
-    PYTHON_LIBS		= -F$(patsubst %/Python.framework/Versions/,%,$(dir $(PYTHON_HOME))) -framework Python
+    PYTHON_LIBS		= $(PYTHON_HOME)/Python
 else
     XCODE_PATH  = $(shell xcode-select --print-path)
     SDKS_DIR    = $(XCODE_PATH)/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk
</pre></body></html>