summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-08-16 09:53:49 +0000
committerobache <obache@pkgsrc.org>2013-08-16 09:53:49 +0000
commit046c4e476050fcc844324f560c4a886a10df0a11 (patch)
tree7bf4b3f9287814c991e5baf611646b28a56b5cfd /sysutils
parent97bb5a7dee7767991cc5b04873a49b90b72c3349 (diff)
downloadpkgsrc-046c4e476050fcc844324f560c4a886a10df0a11.tar.gz
remove stale patch
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/libnotify/patches/patch-libnotify_notification.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/sysutils/libnotify/patches/patch-libnotify_notification.c b/sysutils/libnotify/patches/patch-libnotify_notification.c
deleted file mode 100644
index dc545390c63..00000000000
--- a/sysutils/libnotify/patches/patch-libnotify_notification.c
+++ /dev/null
@@ -1,16 +0,0 @@
-$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) || \