From 12c3c3b32dc3d2e9b4b7a04176d75764542b1e6d Mon Sep 17 00:00:00 2001 From: twittner Date: Sun, 18 Dec 2005 21:05:55 +0000 Subject: [PATCH 1/1] - wx-config -> wx-gtk2-unicode-config Changed files: ruby-wxruby2-wx-config.patch -> 1.1 --- ruby-wxruby2-wx-config.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ruby-wxruby2-wx-config.patch diff --git a/ruby-wxruby2-wx-config.patch b/ruby-wxruby2-wx-config.patch new file mode 100644 index 0000000..0e301f2 --- /dev/null +++ b/ruby-wxruby2-wx-config.patch @@ -0,0 +1,11 @@ +--- wxruby2/rake/rakewx.rb 2005-08-22 06:25:43.000000000 +0200 ++++ wxruby2/rake/rakewx.rb 2005-12-18 20:38:08.406091064 +0100 +@@ -31,7 +31,7 @@ + end + + def wx_config(opt) +- return `wx-config #{opt}`.strip + " " ++ return `wx-gtk2-unicode-config #{opt}`.strip + " " + end + + def use_wx_config -- 2.44.0