diff options
author | simonb <simonb@pkgsrc.org> | 2004-05-25 06:38:31 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 2004-05-25 06:38:31 +0000 |
commit | 1f739ec8666357d62e8f7505e113b052b77a9f45 (patch) | |
tree | 75e03a648281e4560121942e36badfdecdfc3dcb /graphics/gimageview | |
parent | 1f01b4d1de5d28ab81f2b684443fd58b791479e4 (diff) | |
download | pkgsrc-1f739ec8666357d62e8f7505e113b052b77a9f45.tar.gz |
gimageview and newer versions of GTK disagree on what exactly is
deprecated - make sure we #undef GTK_DISABLE_DEPRECATED.
Diffstat (limited to 'graphics/gimageview')
-rw-r--r-- | graphics/gimageview/distinfo | 3 | ||||
-rw-r--r-- | graphics/gimageview/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/graphics/gimageview/distinfo b/graphics/gimageview/distinfo index 0a054f29e27..a35944513da 100644 --- a/graphics/gimageview/distinfo +++ b/graphics/gimageview/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.4 2003/09/12 01:47:40 simonb Exp $ +$NetBSD: distinfo,v 1.5 2004/05/25 06:38:31 simonb Exp $ SHA1 (gimageview-0.2.24.tar.gz) = 31bbcced3ac1985f830e2a2c44ce5bc36bd62efb Size (gimageview-0.2.24.tar.gz) = 1361585 bytes +SHA1 (patch-aa) = 443f6a5bc49a08eca3e116254fe73fedeb9cfe4e 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 */ + |