]> git.pld-linux.org Git - packages/ruby-wxruby2.git/commitdiff
- wx-config -> wx-gtk2-unicode-config
authortwittner <twittner@pld-linux.org>
Sun, 18 Dec 2005 21:05:55 +0000 (21:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ruby-wxruby2-wx-config.patch -> 1.1

ruby-wxruby2-wx-config.patch [new file with mode: 0644]

diff --git a/ruby-wxruby2-wx-config.patch b/ruby-wxruby2-wx-config.patch
new file mode 100644 (file)
index 0000000..0e301f2
--- /dev/null
@@ -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
This page took 1.105752 seconds and 4 git commands to generate.