summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Sikora2006-06-22 10:46:43 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitb25ecdf287f09f2ec8349f86205d4a7c024c279e (patch)
tree4805cb0c0fe9e6d405e7b19d0b7008dab98e8810
parentcb21303f5d0cd146b7903116951c4ea9c17d7c8a (diff)
downloadlibpqxx-b25ecdf287f09f2ec8349f86205d4a7c024c279e.zip
libpqxx-b25ecdf287f09f2ec8349f86205d4a7c024c279e.tar.gz
- syntax fix.
Changed files: libpqxx-mktemp.patch -> 1.1
-rw-r--r--libpqxx-mktemp.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/libpqxx-mktemp.patch b/libpqxx-mktemp.patch
new file mode 100644
index 0000000..154625a
--- /dev/null
+++ b/libpqxx-mktemp.patch
@@ -0,0 +1,11 @@
+--- libpqxx-2.6.7/tools/splitconfig.orig 2006-06-10 07:58:16.000000000 +0200
++++ libpqxx-2.6.7/tools/splitconfig 2006-06-22 12:37:33.277008000 +0200
+@@ -58,7 +58,7 @@
+ }
+
+
+-SAMPLETXT="`mktemp`"
++SAMPLETXT=`mktemp tmp.XXXXXX`
+
+ # Perform a "grep -F -w -h", or simulate one, searching for any of the patterns
+ # listed in "$2" (one per line) in file "$3". A code for the grep command line