]> git.pld-linux.org Git - packages/geheimnis.git/blob - geheimnis-build.patch
- tabs in preamble
[packages/geheimnis.git] / geheimnis-build.patch
1 --- geheimnis/geheimnis/profilemanager.cpp.orig Sun Aug  4 20:56:42 2002
2 +++ geheimnis/geheimnis/profilemanager.cpp      Thu Nov 27 16:29:35 2003
3 @@ -30,7 +30,7 @@
4  
5  ProfileManager::~ProfileManager() {
6    // not sure if we could use gDebug() here:
7 -  std::cerr << "~ProfileManager" << endl;
8 +  std::cerr << "~ProfileManager" << std::endl;
9  
10    // _we_ have to delete the profiles, since we are Profile's only friend :-)
11    for ( QValueList<Profile*>::Iterator it = mProfiles.begin() ;
12 --- geheimnis/configure.orig    Sun Aug  4 21:36:34 2002
13 +++ geheimnis/configure Thu Nov 27 16:31:54 2003
14 @@ -6911,7 +6911,7 @@
15     
16     LIB_SMB='-lsmb'
17     
18 -   LIB_KFILE='-lkfile'
19 +   LIB_KFILE='-lkio'
20     
21     LIB_KAB='-lkab'
22     
23 @@ -6930,7 +6930,7 @@
24     
25     LIB_KFM='-lkfm $(LIB_KDECORE)'
26     
27 -   LIB_KFILE='-lkfile $(LIB_KFM) $(LIB_KDEUI)'
28 +   LIB_KFILE='-lkio $(LIB_KFM) $(LIB_KDEUI)'
29     
30     LIB_KAB='-lkab $(LIB_KIMGIO) $(LIB_KDECORE)'
31     
This page took 0.063795 seconds and 4 git commands to generate.