846a9729bd
- Add support for Type1 fonts via T1 library - Add NLS support (French localization) - Fix GCC 4.1 compatiblity - Fix comment - Add OPTIONS - Enable builds with optimized CFLAGS - Fix patchname to make portlint happy - Pass maintainership to submitter Added file(s): - files/patch-Makefile.in - files/patch-src_graph_graphqtdlg.h - files/patch-src_graph_graphunixx11.c - files/patch-src_include_global.h Removed file(s): - files/patch-src::graph::graphunixx11.c PR: ports/100285 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
11 lines
536 B
C
11 lines
536 B
C
--- src/include/global.h.orig Fri Jul 14 12:43:20 2006
|
|
+++ src/include/global.h Fri Jul 14 12:45:34 2006
|
|
@@ -204,7 +204,7 @@
|
|
#define INTSML short /* at least 16 bits */
|
|
#define UINTSML unsigned short
|
|
#define INTHUGE int64_t /* at least 64 bits */
|
|
-#define UINTHUGE u_int64_t
|
|
+#define UINTHUGE uint64_t
|
|
#define SIZEOFCHAR (sizeof (CHAR)) /* bytes per character */
|
|
#define SIZEOFINTSML (sizeof (INTSML)) /* bytes per short integer */
|
|
#define SIZEOFINTBIG (sizeof (INTBIG)) /* bytes per long integer */
|