]> git.pld-linux.org Git - packages/geheimnis.git/commitdiff
- build fixes (C++ and KDE3)
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 27 Nov 2003 15:46:08 +0000 (15:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geheimnis-build.patch -> 1.1

geheimnis-build.patch [new file with mode: 0644]

diff --git a/geheimnis-build.patch b/geheimnis-build.patch
new file mode 100644 (file)
index 0000000..228b39a
--- /dev/null
@@ -0,0 +1,31 @@
+--- geheimnis/geheimnis/profilemanager.cpp.orig        Sun Aug  4 20:56:42 2002
++++ geheimnis/geheimnis/profilemanager.cpp     Thu Nov 27 16:29:35 2003
+@@ -30,7 +30,7 @@
+ ProfileManager::~ProfileManager() {
+   // not sure if we could use gDebug() here:
+-  std::cerr << "~ProfileManager" << endl;
++  std::cerr << "~ProfileManager" << std::endl;
+   // _we_ have to delete the profiles, since we are Profile's only friend :-)
+   for ( QValueList<Profile*>::Iterator it = mProfiles.begin() ;
+--- geheimnis/configure.orig   Sun Aug  4 21:36:34 2002
++++ geheimnis/configure        Thu Nov 27 16:31:54 2003
+@@ -6911,7 +6911,7 @@
+    
+    LIB_SMB='-lsmb'
+    
+-   LIB_KFILE='-lkfile'
++   LIB_KFILE='-lkio'
+    
+    LIB_KAB='-lkab'
+    
+@@ -6930,7 +6930,7 @@
+    
+    LIB_KFM='-lkfm $(LIB_KDECORE)'
+    
+-   LIB_KFILE='-lkfile $(LIB_KFM) $(LIB_KDEUI)'
++   LIB_KFILE='-lkio $(LIB_KFM) $(LIB_KDEUI)'
+    
+    LIB_KAB='-lkab $(LIB_KIMGIO) $(LIB_KDECORE)'
+    
This page took 0.024885 seconds and 4 git commands to generate.