diff options
Diffstat (limited to 'x11-toolkits/rubygem-gtk2/files/patch-ext_gtk2_extconf.rb')
-rw-r--r-- | x11-toolkits/rubygem-gtk2/files/patch-ext_gtk2_extconf.rb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-toolkits/rubygem-gtk2/files/patch-ext_gtk2_extconf.rb b/x11-toolkits/rubygem-gtk2/files/patch-ext_gtk2_extconf.rb new file mode 100644 index 000000000000..9b73d1ade4cb --- /dev/null +++ b/x11-toolkits/rubygem-gtk2/files/patch-ext_gtk2_extconf.rb @@ -0,0 +1,10 @@ +--- ext/gtk2/extconf.rb.orig 2018-04-11 14:13:44 UTC ++++ ext/gtk2/extconf.rb +@@ -34,6 +34,7 @@ end + have_func("rb_errinfo") + + [ ++ "cairo", + "glib2", + "atk", + "pango", |