diff --git a/package/fake/crackattack/hotfix.patch b/package/fake/crackattack/hotfix.patch new file mode 100644 index 000000000..9cc61757f --- /dev/null +++ b/package/fake/crackattack/hotfix.patch @@ -0,0 +1,12 @@ +Benjamin Schieder: + hotfix crackattack for freeglut +--- crack-attack-1.1.14/src/Attack.cxx 2005-05-13 21:00:02.000000000 +0200 ++++ crack-attack-1.1.14-patched/src/Attack.cxx 2007-03-06 17:09:45.000000000 +0100 +@@ -83,6 +83,7 @@ int main ( int argc, char **argv ) + int height = -1, width = -1; + + player_name[0] = '\0'; ++ glutInit(&argc, argv); + parseCommandLine(argc, argv, mode, port, host_name, player_name, height, width); + run_crack_attack(mode, port, host_name, player_name, height, width); +