Use %autopatch to fix compilation with rpm-4.19 OBS-URL: https://build.opensuse.org/request/show/1140752 OBS-URL: https://build.opensuse.org/package/show/games/khunphan?expand=0&rev=18
13 lines
478 B
Diff
13 lines
478 B
Diff
--- a/khunphan/kpglutuserinterface.cpp
|
|
+++ b/khunphan/kpglutuserinterface.cpp
|
|
@@ -84,8 +84,7 @@
|
|
char temp[64];
|
|
|
|
DEBUGPRINT("GLUT UserInterface initialization\n");
|
|
- DEBUGPRINT2("GLUT API Version %d, GLUT XLIB Implementation #%d\n",
|
|
- GLUT_API_VERSION, GLUT_XLIB_IMPLEMENTATION);
|
|
+ DEBUGPRINT1("GLUT API Version %d", GLUT_API_VERSION);
|
|
// Open OpenGL Window with GLUT
|
|
glutInit(&argc, argv);
|
|
glutInitDisplayMode (GLUT_DOUBLE | GLUT_RGB | GLUT_DEPTH);
|