summaryrefslogtreecommitdiff
path: root/games/pengpong/files/patch-SFont.c
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-10-31 03:16:29 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-10-31 03:16:29 +0000
commit188e5df6175f633fbd041eb3b85235f1e81627ee (patch)
tree6cd1cb49a722b44d4173d2708c8cb12b04b564fe /games/pengpong/files/patch-SFont.c
parentDisable the build when there's no libtelnet. (diff)
Make games/pengpong buildable again.
PR: ports/44455 (wrong subject) Submitted by: edwin@freebsd.org Approved by: pat@FreeBSD.org
Notes
Notes: svn path=/head/; revision=69185
Diffstat (limited to 'games/pengpong/files/patch-SFont.c')
-rw-r--r--games/pengpong/files/patch-SFont.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/games/pengpong/files/patch-SFont.c b/games/pengpong/files/patch-SFont.c
new file mode 100644
index 000000000000..9f2f91ab1d22
--- /dev/null
+++ b/games/pengpong/files/patch-SFont.c
@@ -0,0 +1,9 @@
+--- SFont.c Thu Aug 30 04:00:45 2001
++++ SFont.c Fri Oct 25 21:07:58 2002
+@@ -1,6 +1,7 @@
+ #include <SDL.h>
+ #include "SFont.h"
+ #include <string.h>
++#include <stdlib.h>
+
+ SFont_FontInfo InternalFont;