diff options
Diffstat (limited to 'databases/postgresql-libpqxx/files/patch-tools-splitconfig')
-rw-r--r-- | databases/postgresql-libpqxx/files/patch-tools-splitconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/postgresql-libpqxx/files/patch-tools-splitconfig b/databases/postgresql-libpqxx/files/patch-tools-splitconfig deleted file mode 100644 index 383fb09cfa14..000000000000 --- a/databases/postgresql-libpqxx/files/patch-tools-splitconfig +++ /dev/null @@ -1,11 +0,0 @@ ---- tools/splitconfig.orig Wed Aug 9 12:00:50 2006 -+++ tools/splitconfig Wed Aug 9 12:00:59 2006 -@@ -58,7 +58,7 @@ - } - - --SAMPLETXT="`mktemp`" -+SAMPLETXT="`mktemp foo`" - - # 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 |