summaryrefslogtreecommitdiff
path: root/dev-scheme/gauche-gtk/files/gauche-gtk-h2s-gdk-pixbuf.diff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-scheme/gauche-gtk/files/gauche-gtk-h2s-gdk-pixbuf.diff')
-rw-r--r--dev-scheme/gauche-gtk/files/gauche-gtk-h2s-gdk-pixbuf.diff23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-scheme/gauche-gtk/files/gauche-gtk-h2s-gdk-pixbuf.diff b/dev-scheme/gauche-gtk/files/gauche-gtk-h2s-gdk-pixbuf.diff
deleted file mode 100644
index 9e8bbcf6e72d..000000000000
--- a/dev-scheme/gauche-gtk/files/gauche-gtk-h2s-gdk-pixbuf.diff
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/src/h2s-gtk.scm
-+++ b/src/h2s-gtk.scm
-@@ -50,6 +50,11 @@
- (define pango-directory
- (find-header-dir #`"pango-,|pango-version|/pango/pango.h"
- *header-search-paths*))
-+(define gdk-pixbuf-directory
-+ (guard (e [(<error> e)
-+ gtk-directory])
-+ (find-header-dir #`"gdk-pixbuf-,|gtk-version|/gdk-pixbuf/gdk-pixbuf.h"
-+ *header-search-paths* )))
-
-
- (define (parse-gdk)
-@@ -64,7 +69,7 @@
- (call-with-input-file "PANGOFILES" port->string-list)))
-
- (define (parse-gdk-pixbuf)
-- (parse-headers #`",|gtk-directory|/gdk-pixbuf"
-+ (parse-headers #`",|gdk-pixbuf-directory|/gdk-pixbuf"
- (call-with-input-file "GDKPIXBUFFILES" port->string-list)))
-
- ;; defaults for the gauche-gtk package: