summaryrefslogtreecommitdiff
path: root/x11/gtk
diff options
context:
space:
mode:
authortron <tron>2001-03-10 23:43:18 +0000
committertron <tron>2001-03-10 23:43:18 +0000
commit0ef4e1c6fa27d4235db6a0e5cfeeeb5691bbd3d0 (patch)
tree7c81d56c629e2674ae12c03058f19a4bced02cb4 /x11/gtk
parentf2a1fc9eb74996b55ecc0e6f78d1cf90e2ebe447 (diff)
downloadpkgsrc-0ef4e1c6fa27d4235db6a0e5cfeeeb5691bbd3d0.tar.gz
Remove obsolete patch file.
Diffstat (limited to 'x11/gtk')
-rw-r--r--x11/gtk/patches/patch-ae19
1 files changed, 0 insertions, 19 deletions
diff --git a/x11/gtk/patches/patch-ae b/x11/gtk/patches/patch-ae
deleted file mode 100644
index 436a4a58021..00000000000
--- a/x11/gtk/patches/patch-ae
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-ae,v 1.2 1999/11/22 11:23:43 agc Exp $
-
---- gdk/gdkimage.c.orig Fri Sep 3 19:56:57 1999
-+++ gdk/gdkimage.c Mon Nov 22 11:12:23 1999
-@@ -26,12 +26,14 @@
-
- #include <config.h>
-
-+#ifdef __linux__
- /* gcc -ansi -pedantic on GNU/Linux causes warnings and errors
- * unless this is defined:
- * warning: #warning "Files using this header must be compiled with _SVID_SOURCE or _XOPEN_SOURCE"
- */
- #ifndef _XOPEN_SOURCE
- # define _XOPEN_SOURCE 1
-+#endif
- #endif
-
- #include <stdlib.h>