diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-25 07:21:36 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-25 07:21:36 +0800 |
commit | 72a479ef090413a38e35c398b1ba22c1e2ec8f4a (patch) | |
tree | 2a53c2d0ca7722be0459ddbab1edf6a40a75d1e9 /arabic/katoob/files/patch-src-katoob.h | |
parent | e65db8acf829fbf07b4e53dfc8e1be048b06b21d (diff) | |
download | marcuscom-ports-72a479ef090413a38e35c398b1ba22c1e2ec8f4a.tar.gz marcuscom-ports-72a479ef090413a38e35c398b1ba22c1e2ec8f4a.tar.zst marcuscom-ports-72a479ef090413a38e35c398b1ba22c1e2ec8f4a.zip |
- USE_X_PREFIX -> USE_XLIB.
- Replace a hardcore autocheck of gtksourceview-1.0.pc to use
HAVE_GNOME:Mgtksourceview. That fix the X11BASE -> LOCALBASE.
- Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6753 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'arabic/katoob/files/patch-src-katoob.h')
-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 000000000..71fe915e9 --- /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 |