Browse Source

Benjamin Schieder:


			
			
				rocklinux
			
			
		
Benjamin Schieder 18 years ago
parent
commit
21d9f6be14
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      package/fake/crackattack/hotfix.patch

+ 12
- 0
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);

Loading…
Cancel
Save