You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-arcade/crack-attack/files/crack-attack-1.1.14-glut.patch

15 lines
385 B

Fix from upstream to work with newer freegluts.
http://bugs.gentoo.org/97954
--- a/src/Attack.cxx
+++ b/src/Attack.cxx
@@ -83,6 +83,7 @@
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);