commit e057579e2f2fb2b502c3cf9244475bbe59e2fa7f
Author: Adam Gołębiowski <[email protected]>
Date:   Thu Jun 27 18:20:58 2019 +0200

    - obsolete

 dosbox-gcc46.patch | 22 ----------------------
 1 file changed, 22 deletions(-)
---
diff --git a/dosbox-gcc46.patch b/dosbox-gcc46.patch
deleted file mode 100644
index 833f10b..0000000
--- a/dosbox-gcc46.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- dosbox-0.74/include/dos_inc.h~     2010-05-10 19:43:54.000000000 +0200
-+++ dosbox-0.74/include/dos_inc.h      2012-02-12 19:37:06.688604486 +0100
-@@ -28,6 +28,8 @@
- #include "mem.h"
- #endif
- 
-+#include <cstddef>
-+
- #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;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dosbox.git/commitdiff/e057579e2f2fb2b502c3cf9244475bbe59e2fa7f

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to