diff options
author | krion <krion@FreeBSD.org> | 2004-05-21 21:02:21 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-21 21:02:21 +0800 |
commit | 2e57a69903e11d754c40cc0dfe7b4dbe6076654a (patch) | |
tree | e35ff9a394b361facb844e4523ea09ca4e4450c1 /arabic | |
parent | 0f0ae106ee566708d44d390a19e9eb06668c4299 (diff) | |
download | freebsd-ports-gnome-2e57a69903e11d754c40cc0dfe7b4dbe6076654a.tar.gz freebsd-ports-gnome-2e57a69903e11d754c40cc0dfe7b4dbe6076654a.tar.zst freebsd-ports-gnome-2e57a69903e11d754c40cc0dfe7b4dbe6076654a.zip |
- Fix build with latest gtk
PR: ports/66969
Submitted by: maintainer
Diffstat (limited to 'arabic')
-rw-r--r-- | arabic/katoob/Makefile | 4 | ||||
-rw-r--r-- | arabic/katoob/files/patch-src-katoob.h | 14 |
2 files changed, 15 insertions, 3 deletions
diff --git a/arabic/katoob/Makefile b/arabic/katoob/Makefile index 0f9e018191cd..fd73696089d1 100644 --- a/arabic/katoob/Makefile +++ b/arabic/katoob/Makefile @@ -12,11 +12,9 @@ CATEGORIES= arabic MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= arabeyes -MAINTAINER= samy@kerneled.com +MAINTAINER= samy@kerneled.org COMMENT= Light-weight, bidirectional editor for arabic texts -BROKEN= "Does not compile" - MAN1= katoob.1 USE_GMAKE= yes 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 |