From 3555753f2b576e264f54ab601b190be27a87184a Mon Sep 17 00:00:00 2001 From: GĂ©rard Milmeister Date: Feb 14 2011 11:57:15 +0000 Subject: patch added --- diff --git a/Gauche-gtk-0.9-pixbufinc.patch b/Gauche-gtk-0.9-pixbufinc.patch new file mode 100644 index 0000000..5bc9ed2 --- /dev/null +++ b/Gauche-gtk-0.9-pixbufinc.patch @@ -0,0 +1,12 @@ +diff -up Gauche-gtk2/src/h2s-gtk.scm.pixbufinc Gauche-gtk2/src/h2s-gtk.scm +--- Gauche-gtk2/src/h2s-gtk.scm.pixbufinc 2011-02-14 11:57:40.349898973 +0100 ++++ Gauche-gtk2/src/h2s-gtk.scm 2011-02-14 11:57:58.656116451 +0100 +@@ -63,7 +63,7 @@ + (call-with-input-file "PANGOFILES" port->string-list))) + + (define (parse-gdk-pixbuf) +- (parse-headers #`",|gtk-directory|/gdk-pixbuf" ++ (parse-headers #`"/usr/include/gdk-pixbuf-2.0/gdk-pixbuf" + (call-with-input-file "GDKPIXBUFFILES" port->string-list))) + + ;; defaults for the gauche-gtk package: