From ccecfeab22539d9ad1268f4eaf3383ce380b7ae0 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 24 Mar 2012 15:57:39 +0000 Subject: - Fix build with gcc 4.7 - Add support for clang PR: 165702 Submitted by: Michael Gmelin (maintainer) Feature safe: yes --- devel/ice/files/patch-cpp-test-Ice-properties-run.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 devel/ice/files/patch-cpp-test-Ice-properties-run.py (limited to 'devel/ice/files/patch-cpp-test-Ice-properties-run.py') diff --git a/devel/ice/files/patch-cpp-test-Ice-properties-run.py b/devel/ice/files/patch-cpp-test-Ice-properties-run.py new file mode 100644 index 000000000000..4959545a4df8 --- /dev/null +++ b/devel/ice/files/patch-cpp-test-Ice-properties-run.py @@ -0,0 +1,18 @@ +--- cpp.orig/test/Ice/properties/run.py 2011-06-15 21:43:59.000000000 +0200 ++++ cpp/test/Ice/properties/run.py 2012-03-04 20:14:53.000000000 +0100 +@@ -26,7 +26,7 @@ + # + # Write config + # +-configPath = u"./config/中国_client.config" ++configPath = u"./config/中国_client.config".encode("utf-8") + + TestUtil.createConfig(configPath, + ["# Automatically generated by Ice test driver.", +@@ -38,4 +38,4 @@ + TestUtil.simpleTest(client) + + if os.path.exists(configPath): +- os.remove(configPath) +\ No newline at end of file ++ os.remove(configPath) -- cgit v1.2.3