freebsd-ports/games/3dpong/files/patch-src__text.c
Rusmir Dusko 8433d6ae98 - Change Makefile header
- 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>
2014-01-19 19:59:10 +00:00

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)
{