aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ice37/files/patch-python-Makefile
blob: ae548b0db5fb48772655148ae63f9a433b79baf9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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