summaryrefslogtreecommitdiff
path: root/sysutils/libnotify/patches/patch-libnotify_notification.c
blob: dc545390c635a52922a7a4b6c80ca8ed14e8a357 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-libnotify_notification.c,v 1.1 2011/04/25 08:55:28 adam Exp $

Fix building with GDK with Quartz (Mac OS X) backend.

--- libnotify/notification.c.orig	2011-04-25 08:35:15.000000000 +0000
+++ libnotify/notification.c
@@ -31,7 +31,9 @@
 # define HAVE_STATUS_ICON
 # include <gtk/gtkstatusicon.h>
 #endif
+#ifndef GDK_WINDOWING_QUARTZ
 #include <gdk/gdkx.h>
+#endif
 
 #define CHECK_DBUS_VERSION(major, minor) \
 	(DBUS_MAJOR_VER > (major) || \