pkgsrc-ng/print/libgnomecups/patches/patch-libgnomecups_gnome-cups-init_h
2013-09-26 17:14:40 +02:00

17 lines
384 B
Plaintext

$NetBSD: patch-libgnomecups_gnome-cups-init_h,v 1.1 2012/05/07 00:31:46 dholland Exp $
Fix build with latest glib2.
--- libgnomecups/gnome-cups-init.h~ 2007-01-02 00:18:51.000000000 +0000
+++ libgnomecups/gnome-cups-init.h
@@ -1,8 +1,7 @@
#ifndef GNOME_CUPS_INIT
#define GNOME_CUPS_INIT
-#include <glib/gtypes.h>
-#include <glib/gmacros.h>
+#include <glib.h>
G_BEGIN_DECLS