]> git.pld-linux.org Git - packages/dosbox.git/commitdiff
- rel 6; build fixed auto/th/dosbox-0.74-6
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 7 Nov 2013 21:27:11 +0000 (22:27 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 7 Nov 2013 21:27:11 +0000 (22:27 +0100)
dosbox-gcc46.patch
dosbox.spec

index fbfc5e7355c1044967464c1762e180ec0d525b1a..833f10b90688147098924a1420c87d7ceeac1ce2 100644 (file)
@@ -9,3 +9,14 @@
  #ifdef _MSC_VER
  #pragma pack (1)
  #endif
+--- dosbox-0.74/src/gui/sdlmain.cpp~   2010-05-10 19:43:54.000000000 +0200
++++ dosbox-0.74/src/gui/sdlmain.cpp    2013-11-07 22:23:59.891932656 +0100
+@@ -1529,7 +1529,7 @@
+       if ( !sdl.inited && SDL_Init(SDL_INIT_VIDEO|SDL_INIT_NOPARACHUTE) < 0 ) textonly = true;
+       sdl.inited = true;
+ #endif
+-      printf(message);
++      printf("%s", message);
+       if(textonly) return;
+       if(!sdl.surface) sdl.surface = SDL_SetVideoMode(640,400,0,0);
+       if(!sdl.surface) return;
index 97030fad063c73f07b32128060fc49506fb34434..0c28edbf429c7ade34b32bb42955e3d2fec112de 100644 (file)
@@ -6,7 +6,7 @@ Summary:        x86/DOS emulator with sound/graphics primarily for games
 Summary(pl.UTF-8):     Emulator x86/DOS z dźwiękiem/grafiką głównie dla gier
 Name:          dosbox
 Version:       0.74
-Release:       5
+Release:       6
 License:       GPL v2+
 Group:         Applications/Emulators
 Source0:       http://downloads.sourceforge.net/dosbox/%{name}-%{version}.tar.gz
This page took 0.065357 seconds and 4 git commands to generate.