diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-02 19:48:04 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-02 19:48:04 +0800 |
commit | c67c217667db5f337a8b5c3177cb7594daf01f90 (patch) | |
tree | e4abee425dfee2bfee45c1e930114bdb1ba2777b /archivers/katoob/files/patch-src-katoob.h | |
parent | 27fb40ae3e5ec4a41624f7a54cf31cd9f6632b3c (diff) | |
download | marcuscom-ports-c67c217667db5f337a8b5c3177cb7594daf01f90.tar marcuscom-ports-c67c217667db5f337a8b5c3177cb7594daf01f90.tar.gz marcuscom-ports-c67c217667db5f337a8b5c3177cb7594daf01f90.tar.bz2 marcuscom-ports-c67c217667db5f337a8b5c3177cb7594daf01f90.tar.lz marcuscom-ports-c67c217667db5f337a8b5c3177cb7594daf01f90.tar.xz marcuscom-ports-c67c217667db5f337a8b5c3177cb7594daf01f90.tar.zst marcuscom-ports-c67c217667db5f337a8b5c3177cb7594daf01f90.zip |
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8739 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'archivers/katoob/files/patch-src-katoob.h')
-rw-r--r-- | archivers/katoob/files/patch-src-katoob.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/archivers/katoob/files/patch-src-katoob.h b/archivers/katoob/files/patch-src-katoob.h new file mode 100644 index 000000000..71fe915e9 --- /dev/null +++ b/archivers/katoob/files/patch-src-katoob.h @@ -0,0 +1,14 @@ +--- src/katoob.h.orig Thu May 20 12:44:35 2004 ++++ src/katoob.h Thu May 20 12:44:48 2004 +@@ -25,11 +25,6 @@ + #ifndef __KATOOB_H__ + #define __KATOOB_H__ + +-#define G_DISABLE_DEPRECATED 1 +-#define GDK_DISABLE_DEPRECATED 1 +-#define GDK_PIXBUF_DISABLE_DEPRECATED 1 +-#define GTK_DISABLE_DEPRECATED 1 +- + #include <gtk/gtk.h> + #include "encodings.h" + #ifdef ENABLE_HIGHLIGHT |