diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-11-03 17:41:39 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-11-03 17:41:39 +0000 |
commit | 387a1dbcbb1e16a018a0629f4500ce1bc86b170d (patch) | |
tree | d11cf6e5bd777380475b26e1f36ab391e4d1905d /games/scorched3d/files | |
parent | 27db94bdceb70940cfc5649a5f18cd3387cb84ea (diff) |
Fix build, remove BROKEN, bump PORTREVISION.
Approved by: mdodd (MAINTAINER)
Notes
Notes:
svn path=/head/; revision=92981
Diffstat (limited to 'games/scorched3d/files')
-rw-r--r-- | games/scorched3d/files/patch-src-3dsparse-aseFile.tab.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/scorched3d/files/patch-src-3dsparse-aseFile.tab.cpp b/games/scorched3d/files/patch-src-3dsparse-aseFile.tab.cpp new file mode 100644 index 000000000000..a14e1375cd5f --- /dev/null +++ b/games/scorched3d/files/patch-src-3dsparse-aseFile.tab.cpp @@ -0,0 +1,11 @@ +--- src/3dsparse/aseFile.tab.cpp.orig Mon Nov 3 20:54:39 2003 ++++ src/3dsparse/aseFile.tab.cpp Mon Nov 3 20:55:14 2003 +@@ -5,7 +5,7 @@ + + #define YYBISON 1 /* Identify Bison output. */ + +-#define alloca ++/* #define alloca */ + + #define yyparse aseparse + #define yylex aselex |