freebsd-ports/games/afternoonstalker/files/patch-src__sdlmain.cpp
2005-10-18 03:35:40 +00:00

10 lines
237 B
C++

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