diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-02-25 15:50:37 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-02-25 15:50:37 +0000 |
commit | 725f5e4623e5fd5cb7184d20c22fb755301739d5 (patch) | |
tree | e9a817b204addfcc3f4f921e861d72fb2eefba57 /x11-fonts | |
parent | 185ce7eba2a7b744d2a85f3d9f9b1cff9393e20b (diff) | |
download | ports-725f5e4623e5fd5cb7184d20c22fb755301739d5.tar.gz ports-725f5e4623e5fd5cb7184d20c22fb755301739d5.zip |
Remove duplicate patch.
Poked by: kris
Pointy hat to: sobomax
Notes
Notes:
svn path=/head/; revision=76461
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/gfe/files/patch-src::glyph.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/x11-fonts/gfe/files/patch-src::glyph.h b/x11-fonts/gfe/files/patch-src::glyph.h deleted file mode 100644 index dc8a479e4fdd..000000000000 --- a/x11-fonts/gfe/files/patch-src::glyph.h +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD$ - ---- src/glyph.h 2002/08/26 17:43:17 1.1 -+++ src/glyph.h 2002/08/26 17:44:14 -@@ -20,7 +20,7 @@ - #define __GFE_GLYPH_H__ - - #include <gtk/gtk.h> --#include <values.h> -+#include <limits.h> - - /* macro for type casting */ - #define GFE_GLYPH(glyph) ((GfeGlyph*)(glyph)) -@@ -29,7 +29,7 @@ - #define GFE_GLYPH_NO_ENCODING (-1) - - /* constant used to define undefined status of variables */ --#define GFE_UNDEFINED (MAXINT) -+#define GFE_UNDEFINED (INT_MAX) - - /* macro(s) to access member(s) of GfeGlyph structure */ - #define GFE_GLYPH_TYPE(glyph) (((glyph)->flags) & 0xFF) |