]> git.pld-linux.org Git - packages/libgsf.git/commitdiff
- fix build without gnomevfs (gio only)
authorKarol Krenski <charles@pld-linux.org>
Mon, 15 Sep 2008 00:02:27 +0000 (00:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libgsf-gio.patch -> 1.2

libgsf-gio.patch

index 491afe700f91aaf26ba5e0d90692718074b619fe..1cdcd6e7f1042a8fd0552c4c78a2b66c6d469940 100644 (file)
@@ -9,3 +9,41 @@
  "
  PKG_CHECK_MODULES(LIBGSF, $libgsf_reqs)
  
+--- libgsf-1.14.9/gsf-gnome/gsf-input-gnomevfs.h.orig  2008-04-22 13:19:46.000000000 +0200
++++ libgsf-1.14.9/gsf-gnome/gsf-input-gnomevfs.h       2008-09-15 01:17:01.000000000 +0200
+@@ -22,6 +22,7 @@
+ #ifndef GSF_INPUT_GNOMEVFS_H
+ #define GSF_INPUT_GNOMEVFS_H
++#include <gsf-config.h>
+ #include <gsf/gsf-input.h>
+ #ifndef LIBGSF_GNOMEVFS_VIA_GIO
+ /*
+@@ -29,6 +30,8 @@
+  * want to avoid it.
+  */
+ #include <libgnomevfs/gnome-vfs.h>
++#else
++#define GnomeVFSURI void
+ #endif
+ G_BEGIN_DECLS
+--- libgsf-1.14.9/gsf-gnome/gsf-output-gnomevfs.h.orig 2008-07-03 16:44:51.000000000 +0200
++++ libgsf-1.14.9/gsf-gnome/gsf-output-gnomevfs.h      2008-09-15 01:18:03.000000000 +0200
+@@ -22,6 +22,7 @@
+ #ifndef GSF_OUTPUT_GNOMEVFS_H
+ #define GSF_OUTPUT_GNOMEVFS_H
++#include <gsf-config.h>
+ #include <gsf/gsf-output.h>
+ #ifndef LIBGSF_GNOMEVFS_VIA_GIO
+ /*
+@@ -29,6 +30,8 @@
+  * want to avoid it.
+  */
+ #include <libgnomevfs/gnome-vfs.h>
++#else
++#define GnomeVFSURI void
+ #endif
+ G_BEGIN_DECLS
This page took 0.056517 seconds and 4 git commands to generate.