SOURCES: psi-daisy-configure_fix.patch (NEW) - initial
cactus
cactus at pld-linux.org
Sun Jan 27 14:10:39 CET 2008
Author: cactus Date: Sun Jan 27 13:10:39 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- initial
---- Files affected:
SOURCES:
psi-daisy-configure_fix.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/psi-daisy-configure_fix.patch
diff -u /dev/null SOURCES/psi-daisy-configure_fix.patch:1.1
--- /dev/null Sun Jan 27 14:10:39 2008
+++ SOURCES/psi-daisy-configure_fix.patch Sun Jan 27 14:10:33 2008
@@ -0,0 +1,29 @@
+--- psi-0.11/configure 2007-10-14 16:00:49.000000000 +0200
++++ psi-0.11/configure-new 2007-10-18 20:03:55.422545889 +0200
+@@ -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(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;
+ }
+
+ conf->addDefine("HAVE_CONFIG");
================================================================
More information about the pld-cvs-commit
mailing list