diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-25 19:28:00 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-25 19:28:00 +0000 |
commit | 045ac0468b0eaa0900fefbab201bcca309112282 (patch) | |
tree | 92fa138c6920f813de0543700dcf04f628da764b /games/afternoonstalker/files/patch-src__sdlmain.cpp | |
parent | - Remove unused dependency to gengameng (diff) |
- Remove unused dependency to gengameng
- Port is now DATADIR safe
- Better handling of PORTDOCS
- Take maintainership of the port
PR: 139131
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com>
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=242098
Diffstat (limited to 'games/afternoonstalker/files/patch-src__sdlmain.cpp')
-rw-r--r-- | games/afternoonstalker/files/patch-src__sdlmain.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/games/afternoonstalker/files/patch-src__sdlmain.cpp b/games/afternoonstalker/files/patch-src__sdlmain.cpp deleted file mode 100644 index 12e58cd5cf69..000000000000 --- a/games/afternoonstalker/files/patch-src__sdlmain.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/sdlmain.cpp.orig Tue Oct 18 13:24:24 2005 -+++ src/sdlmain.cpp Tue Oct 18 13:25:35 2005 -@@ -27,6 +27,7 @@ - #include <time.h> - #include <stdio.h> - -+#undef HAVE_GETOPT_LONG - #ifdef HAVE_GETOPT_LONG - #include <getopt.h> - #endif |