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 | |
parent | bdb6211c934bfed098f325435047c0c234b20c8a (diff) | |
download | ports-b026949796ad3f3b2ce2b60cc10886e8d37ff2be.tar.gz ports-b026949796ad3f3b2ce2b60cc10886e8d37ff2be.zip |
Notes
Diffstat (limited to 'arabic/katoob')
-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 |