summaryrefslogtreecommitdiff
path: root/x11-fonts/gfe
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2003-02-25 15:50:37 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2003-02-25 15:50:37 +0000
commit725f5e4623e5fd5cb7184d20c22fb755301739d5 (patch)
treee9a817b204addfcc3f4f921e861d72fb2eefba57 /x11-fonts/gfe
parentUpdate to 1-beta6. (diff)
Remove duplicate patch.
Poked by: kris Pointy hat to: sobomax
Notes
Notes: svn path=/head/; revision=76461
Diffstat (limited to 'x11-fonts/gfe')
-rw-r--r--x11-fonts/gfe/files/patch-src::glyph.h23
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)