diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-21 13:02:21 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-21 13:02:21 +0000 |
commit | b026949796ad3f3b2ce2b60cc10886e8d37ff2be (patch) | |
tree | f6821ea36f7c8c431af20c2ca5055232e943fd76 /arabic/katoob/files/patch-src-katoob.h | |
parent | Fix build error on -stable. (diff) |
- Fix build with latest gtk
PR: ports/66969
Submitted by: maintainer
Diffstat (limited to '')
-rw-r--r-- | arabic/katoob/files/patch-src-katoob.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arabic/katoob/files/patch-src-katoob.h b/arabic/katoob/files/patch-src-katoob.h new file mode 100644 index 000000000000..71fe915e9622 --- /dev/null +++ b/arabic/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 |