diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-08-12 19:53:09 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-08-12 19:53:09 +0000 |
commit | 623542359094644f2eaa3cc73d1708f796645b85 (patch) | |
tree | 75c94a822bc6e5b5a618fbe73bd7129a1b2c904e /games/znibbles/files/patch-src::getopt.c | |
parent | Update to 1.5.0 (diff) |
- Update MASTER_SITES and WWW: line
- Support OPTIONS to select Motif/GTK toolkit
- Add LICENSE
- Add MAKE_JOBS_SAFE
PR: 159470
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=279568
Diffstat (limited to 'games/znibbles/files/patch-src::getopt.c')
-rw-r--r-- | games/znibbles/files/patch-src::getopt.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/games/znibbles/files/patch-src::getopt.c b/games/znibbles/files/patch-src::getopt.c deleted file mode 100644 index 9ba3f2f0bcae..000000000000 --- a/games/znibbles/files/patch-src::getopt.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/getopt.c Tue Apr 27 09:38:18 1999 -+++ src/getopt.c Sat Oct 26 00:48:50 2002 -@@ -40,6 +40,7 @@ - #endif - - #include <stdio.h> -+#include <string.h> - - /* Comment out all this code if we are using the GNU C Library, and are not - actually compiling the library itself. This code is part of the GNU C |