SOURCES: psi-fix_configure_for_ksh.patch - updated for psi 0.11
hawk
hawk at pld-linux.org
Fri Jan 25 15:36:48 CET 2008
Author: hawk Date: Fri Jan 25 14:36:48 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated for psi 0.11
---- Files affected:
SOURCES:
psi-fix_configure_for_ksh.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/psi-fix_configure_for_ksh.patch
diff -u SOURCES/psi-fix_configure_for_ksh.patch:1.1 SOURCES/psi-fix_configure_for_ksh.patch:1.2
--- SOURCES/psi-fix_configure_for_ksh.patch:1.1 Thu Jan 19 19:42:25 2006
+++ SOURCES/psi-fix_configure_for_ksh.patch Fri Jan 25 15:36:42 2008
@@ -1,8 +1,26 @@
---- configure.orig 2006-01-16 19:54:04.902009000 +0100
-+++ configure 2006-01-16 19:46:06.792009000 +0100
-@@ -778,7 +778,7 @@
+--- configure.orig 2007-10-14 16:00:49.000000000 +0200
++++ configure 2008-01-25 15:31:19.691535871 +0100
+@@ -701,7 +701,7 @@
+ if(QFile::exists(path))
+ {
+ QString certPathString =
+- "QCA_SYSTEMSTORE_PATH=\\\\\\\\\\\\\"" + path + "\\\\\\\\\\\\\"";
++ "QCA_SYSTEMSTORE_PATH=" + path + "";
+ conf->addDefine(certPathString);
+ return true;
+ }
+@@ -746,7 +746,7 @@
+
+ // Qt<4.2 workaround
+ QString certPathString =
+- "QCA_SYSTEMSTORE_PATH=\\\\\\\\\\\\\"" + path + "\\\\\\\\\\\\\"";
++ "QCA_SYSTEMSTORE_PATH=" + path + "";
+ conf->addDefine(certPathString);
+
+ return true;
+@@ -1078,7 +1078,7 @@
QFile file("src/config.h");
- if ( file.open( IO_WriteOnly ) ) {
+ if ( file.open(QIODevice::WriteOnly | QIODevice::Text) ) {
QTextStream stream( &file );
- stream << "#define PSI_DATADIR \"" << conf->getenv("DATADIR") << "/psi\"" << endl;
+ stream << "#define PSI_DATADIR \\"" << conf->getenv("DATADIR") << "/psi\\"" << endl;
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/psi-fix_configure_for_ksh.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list