diff options
Diffstat (limited to 'graphics/gimageview/patches/patch-aa')
-rw-r--r-- | graphics/gimageview/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/gimageview/patches/patch-aa b/graphics/gimageview/patches/patch-aa new file mode 100644 index 00000000000..3a54f86dcfa --- /dev/null +++ b/graphics/gimageview/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2004/05/25 06:38:32 simonb Exp $ + +--- src/dirview2.c.orig 2003-07-25 01:33:03.000000000 +1000 ++++ src/dirview2.c +@@ -22,6 +22,6 @@ + */ + +-#ifndef GTK_DISABLE_DEPRECATED +-# define GTK_DISABLE_DEPRECATED ++#ifdef GTK_DISABLE_DEPRECATED ++# undef GTK_DISABLE_DEPRECATED + #endif /* GTK_DISABLE_DEPRECATED */ + |