diff options
author | wiz <wiz@pkgsrc.org> | 2012-12-13 09:10:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-12-13 09:10:32 +0000 |
commit | eb5e619ca32bcf5d106052300295a2658a4dd9ec (patch) | |
tree | a40aa46c1f9c163eabb8858221053431f734851c /devel | |
parent | a1ab6f4d7c5bdedf337a8daef23b05c56f52e0a3 (diff) | |
download | pkgsrc-eb5e619ca32bcf5d106052300295a2658a4dd9ec.tar.gz |
Remove patch that probably was intended to be removed with the 1.20.4
update.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libgail-gnome/patches/patch-gail-gnome_gail-gnome-debug_h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/libgail-gnome/patches/patch-gail-gnome_gail-gnome-debug_h b/devel/libgail-gnome/patches/patch-gail-gnome_gail-gnome-debug_h deleted file mode 100644 index 4c83d314ca8..00000000000 --- a/devel/libgail-gnome/patches/patch-gail-gnome_gail-gnome-debug_h +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-gail-gnome_gail-gnome-debug_h,v 1.1 2012/05/10 04:46:57 dholland Exp $ - -Fix build with latest glib2. - ---- gail-gnome/gail-gnome-debug.h~ 2008-09-23 11:43:14.000000000 +0000 -+++ gail-gnome/gail-gnome-debug.h -@@ -21,7 +21,7 @@ - #ifndef __GAIL_GNOME_DEBUG_H__ - #define __GAIL_GNOME_DEBUG_H__ - --#include <glib/gmacros.h> -+#include <glib.h> - - G_BEGIN_DECLS - |