Author: hawk                         Date: Thu Jan 19 18:42:30 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix configure for ksh

---- Files affected:
SOURCES:
   psi-fix_configure_for_ksh.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/psi-fix_configure_for_ksh.patch
diff -u /dev/null SOURCES/psi-fix_configure_for_ksh.patch:1.1
--- /dev/null   Thu Jan 19 19:42:30 2006
+++ SOURCES/psi-fix_configure_for_ksh.patch     Thu Jan 19 19:42:25 2006
@@ -0,0 +1,11 @@
+--- configure.orig     2006-01-16 19:54:04.902009000 +0100
++++ configure  2006-01-16 19:46:06.792009000 +0100
+@@ -778,7 +778,7 @@
+               QFile file("src/config.h");
+               if ( file.open( IO_WriteOnly ) ) {
+                       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");
================================================================
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to