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

List:       kde-commits
Subject:    kdebase/kcontrol/info [POSSIBLY UNSAFE]
From:       Benjamin Reed <ranger () befunk ! com>
Date:       2003-06-29 19:28:14
[Download RAW message or body]

CVS commit by reed: 

It's not pretty, but it's a start on info for OSX


  A            info_osx.cpp   1.1 [POSSIBLY UNSAFE: system] [LICENSE: no copyright]
  A            memory_osx.cpp   1.1 [LICENSE: no copyright]
  M +1 -1      Makefile.am   1.47
  M +3 -1      info.cpp   1.65
  M +3 -1      memory.cpp   1.58


--- kdebase/kcontrol/info/Makefile.am  #1.46:1.47
@@ -3,5 +3,5 @@
 kcm_info_la_SOURCES = main.cpp memory.cpp
 
-kcm_info_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+kcm_info_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined \
$(FRAMEWORK_COREAUDIO)  kcm_info_la_LIBADD = $(LIBALIB) $(LIB_KDEUI) \
$(LIB_TRU64_MACH) $(LIBCFG) $(LIBODM) $(LIBKSTAT) $(LIBDEVINFO)  

--- kdebase/kcontrol/info/info.cpp  #1.64:1.65
@@ -490,4 +490,6 @@ static int GetInfo_ReadfromPipe( QListVi
 #elif _AIX
 #include "info_aix.cpp"
+#elif defined(__APPLE__)
+#include "info_osx.cpp"
 #else
 #include "info_generic.cpp"     /* Default for unsupportet systems.... */

--- kdebase/kcontrol/info/memory.cpp  #1.57:1.58
@@ -457,4 +457,6 @@ void KMemoryWidget::update_Values()
 #ifdef __linux__
 #include "memory_linux.cpp"
+#elif defined(__APPLE__)
+#include "memory_osx.cpp"
 #elif defined(sgi) && sgi
 #include "memory_sgi.cpp"


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

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