diff options
author | Will Andrews <will@FreeBSD.org> | 2000-07-15 16:37:58 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-07-15 16:37:58 +0000 |
commit | 179f9d996f48815f0ef219a2fe664f626b780228 (patch) | |
tree | 1362e1a18ae7e05ded06b97d9fae2e2e5050c60e /games/sxsame/files/patch-ae | |
parent | Support CFLAGS properly. Conform to one file per patch guideline. Be (diff) |
[ second commit, I forgot to add these patches. ]
Support CFLAGS properly. Conform to one file per patch guideline. Be
extra careful with $i; remove unnecessary WRKSRC.
PR: 19925
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=30659
Diffstat (limited to 'games/sxsame/files/patch-ae')
-rw-r--r-- | games/sxsame/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/sxsame/files/patch-ae b/games/sxsame/files/patch-ae new file mode 100644 index 000000000000..10ba162863f9 --- /dev/null +++ b/games/sxsame/files/patch-ae @@ -0,0 +1,11 @@ +--- inifile.c.orig Sun May 5 04:09:25 1996 ++++ inifile.c Tue Jul 11 21:14:03 2000 +@@ -5,6 +5,8 @@ + * Copyleft (c) 1994-1996 Software Research Academy * + ************************************************************************/ + #include <stdio.h> ++#include <stdlib.h> ++#include <string.h> + + #include "sxsame.h" + |