8433d6ae98
- Add USE_CSTD=gnu89 - Change Desktop entry file - Break lines around 80 characters - Add patch, fix bad C++ code PR: ports/185756 Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de>
11 lines
259 B
C
11 lines
259 B
C
--- ./src/text.c.orig 1997-12-11 00:27:49.000000000 +0100
|
|
+++ ./src/text.c 2014-01-19 19:19:52.000000000 +0100
|
|
@@ -7,6 +7,8 @@
|
|
|
|
#include <X11/Xlib.h>
|
|
#include "text.h"
|
|
+#include <stdio.h>
|
|
+#include <string.h>
|
|
|
|
int FontHeight(XFontStruct *font_struct)
|
|
{
|