Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/kde
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv4152/10.3/unstable/main/finkinfo/kde

Modified Files:
        koffice.patch 
Log Message:
proper fix for the dpms issue with apple x11

Index: koffice.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/kde/koffice.patch,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- koffice.patch       16 Dec 2006 14:16:41 -0000      1.19
+++ koffice.patch       17 Dec 2006 01:13:33 -0000      1.20
@@ -7674,14 +7674,15 @@
  METASOURCES = AUTO
  kde_module_LTLIBRARIES = krossruby.la
  
---- koffice-1.6.1/kpresenter/Makefile.am       2006-11-17 10:13:01.000000000 
-0500
-+++ koffice-1.6.1-new/kpresenter/Makefile.am   2006-12-16 09:14:02.000000000 
-0500
-@@ -72,7 +72,7 @@
- if include_ARTS
- ARTSKDE = -lartskde
- endif
--libkpresenterprivate_la_LIBADD = autoformEdit/libaf.la $(LIB_KOFFICEUI) 
$(LIB_KOTEXT) $(LIB_KOPAINTER) $(ARTSKDE)
-+libkpresenterprivate_la_LIBADD = autoformEdit/libaf.la $(LIB_KOFFICEUI) 
$(LIB_KOTEXT) $(LIB_KOPAINTER) $(ARTSKDE) -lXext
+--- koffice-1.6.1/kpresenter/KPrView.cpp       2006-11-17 10:13:01.000000000 
-0500
++++ koffice-1.6.1-new/kpresenter/KPrView.cpp   2006-12-16 20:10:14.000000000 
-0500
+@@ -206,7 +206,9 @@
+ #include <X11/Xlib.h>
+ #include <X11/Xutil.h>
+ #include <X11/Xmd.h>
++extern "C" {
+ #include <X11/extensions/dpms.h>
++}
+ #include <fixx11h.h>
  
- ## The part
- kde_module_LTLIBRARIES = libkpresenterpart.la
+ extern "C" {


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to