From c935b88af7ad5436bc94385df685db5710f3e5f3 Mon Sep 17 00:00:00 2001 From: sobomax Date: Tue, 25 Feb 2003 15:50:37 +0000 Subject: Remove duplicate patch. Poked by: kris Pointy hat to: sobomax --- x11-fonts/gfe/files/patch-src::glyph.h | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 x11-fonts/gfe/files/patch-src::glyph.h (limited to 'x11-fonts') 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 dc8a479..0000000 --- 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 --#include -+#include - - /* 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) -- cgit v1.1