SOURCES: gsmlib-gcc-4.1.patch (NEW) - fixes strange gcc 4 not all...

czarny czarny at pld-linux.org
Wed Aug 9 10:44:11 CEST 2006


Author: czarny                       Date: Wed Aug  9 08:44:11 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
 - fixes strange gcc 4 not allowing Pprepends:: behaviour

---- Files affected:
SOURCES:
   gsmlib-gcc-4.1.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gsmlib-gcc-4.1.patch
diff -u /dev/null SOURCES/gsmlib-gcc-4.1.patch:1.1
--- /dev/null	Wed Aug  9 10:44:11 2006
+++ SOURCES/gsmlib-gcc-4.1.patch	Wed Aug  9 10:44:06 2006
@@ -0,0 +1,29 @@
+--- gsmlib/gsm_me_ta.h.orig	2006-08-09 10:30:58.333855500 +0200
++++ gsmlib/gsm_me_ta.h	2006-08-09 10:32:41.412297500 +0200
+@@ -291,8 +291,8 @@
+     // 3 disable phone receive RF circuits only
+     // 4 disable phone both transmit and receive RF circuits
+     // 5...127 implementation-defined
+-    int MeTa::getFunctionalityLevel() throw(GsmException);
+-    void MeTa::setFunctionalityLevel(int level) throw(GsmException);
++    int getFunctionalityLevel() throw(GsmException);
++    void setFunctionalityLevel(int level) throw(GsmException);
+ 
+     // return battery charge status (+CBC):
+     // 0 ME is powered by the battery
+@@ -386,13 +386,13 @@
+     void setCallWaitingLockStatus(FacilityClass cl,
+                                   bool lock)throw(GsmException);
+ 
+-    void MeTa::setCLIRPresentation(bool enable) throw(GsmException);
++    void setCLIRPresentation(bool enable) throw(GsmException);
+     //(+CLIR)
+     
+     // 0:according to the subscription of the CLIR service
+     // 1:CLIR invocation
+     // 2:CLIR suppression
+-    int MeTa::getCLIRPresentation() throw(GsmException);
++    int getCLIRPresentation() throw(GsmException);
+ 
+     friend class Phonebook;
+     friend class SMSStore;
================================================================


More information about the pld-cvs-commit mailing list