aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ice37/files/patch-python-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ice37/files/patch-python-Makefile')
-rw-r--r--devel/ice37/files/patch-python-Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/ice37/files/patch-python-Makefile b/devel/ice37/files/patch-python-Makefile
new file mode 100644
index 000000000000..ae548b0db5fb
--- /dev/null
+++ b/devel/ice37/files/patch-python-Makefile
@@ -0,0 +1,11 @@
+--- python/Makefile.orig 2018-04-20 15:02:08 UTC
++++ python/Makefile
+@@ -19,7 +19,7 @@ include $(top_srcdir)/config/Make.rules
+ #
+ # Load C++ dependencies
+ #
+-$(eval $(call load-dependencies,$(addprefix $(top_srcdir)/cpp/src/,Ice IceSSL IceLocatorDiscovery IceDiscovery)))
++#$(eval $(call load-dependencies,$(addprefix $(top_srcdir)/cpp/src/,Ice IceSSL IceLocatorDiscovery IceDiscovery)))
+
+ #
+ # Load python rules after loading C++ dependencies