SOURCES: dosbox-c++.patch (NEW) - dosbox-c++.patch: needed for gcc...

qrczak qrczak at pld-linux.org
Mon Dec 12 17:44:50 CET 2005


Author: qrczak                       Date: Mon Dec 12 16:44:50 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- dosbox-c++.patch: needed for gcc4 ("extra qualification" error).

---- Files affected:
SOURCES:
   dosbox-c++.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/dosbox-c++.patch
diff -u /dev/null SOURCES/dosbox-c++.patch:1.1
--- /dev/null	Mon Dec 12 17:44:50 2005
+++ SOURCES/dosbox-c++.patch	Mon Dec 12 17:44:45 2005
@@ -0,0 +1,11 @@
+--- dosbox-0.63/include/programs.h~	2004-08-04 11:12:51.000000000 +0200
++++ dosbox-0.63/include/programs.h	2005-12-12 17:37:59.000000000 +0100
+@@ -40,7 +40,7 @@
+ 	CommandLine * cmd;
+ 	DOS_PSP * psp;
+ 	virtual void Run(void)=0;
+-	bool Program::GetEnvStr(const char * entry,std::string & result);
++	bool GetEnvStr(const char * entry,std::string & result);
+ 	bool GetEnvNum(Bitu num,std::string & result);
+ 	Bitu GetEnvCount(void);
+ 	bool SetEnv(const char * entry,const char * new_string);
================================================================



More information about the pld-cvs-commit mailing list