[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/protocols/groupwise/libgroupwise
From:       Pavel Heimlich <tropikhajma () gmail ! com>
Date:       2010-11-17 22:17:40
Message-ID: 20101117221740.3D7F7AC8A0 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1198229 by pavelheimlich:

fix build on Solaris
BUG:243862


 M  +5 -0      rtf.cc  
 M  +5 -0      rtf.ll  


--- trunk/KDE/kdenetwork/kopete/protocols/groupwise/libgroupwise/rtf.cc #1198228:1198229
@@ -2292,6 +2292,11 @@
     text = "";
 }
 
+//Solaris defines FS in sys/regset.h
+#ifdef __sun
+# undef FS
+#endif
+
 const unsigned FONTTBL		= 0;
 const unsigned COLORTBL		= 1;
 const unsigned RED			= 2;
--- trunk/KDE/kdenetwork/kopete/protocols/groupwise/libgroupwise/rtf.ll #1198228:1198229
@@ -627,6 +627,11 @@
     text = "";
 }
 
+//Solaris defines FS in sys/regset.h
+#ifdef __sun
+# undef FS
+#endif
+
 const unsigned FONTTBL		= 0;
 const unsigned COLORTBL		= 1;
 const unsigned RED			= 2;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic