From d72365ae81c0096bb3f7c2c40b46131ae3e1c565 Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Sun, 10 Oct 1999 22:06:35 +0000 Subject: Update to version 6.5.2. and.. This is a really small fix: - When compiling postgresql-jdbc, the compilation process presents a bad path to the installed jar-file. PR: 13838 PR: 13865 Submitted by: Palle Girgensohn --- databases/postgresql73/files/patch-ar | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'databases/postgresql73/files/patch-ar') diff --git a/databases/postgresql73/files/patch-ar b/databases/postgresql73/files/patch-ar index bc54daf60a4a..c5c8096fc141 100644 --- a/databases/postgresql73/files/patch-ar +++ b/databases/postgresql73/files/patch-ar @@ -1,11 +1,11 @@ ---- configure~ Sun May 30 09:01:09 1999 -+++ configure Mon Jun 21 16:52:53 1999 -@@ -663,7 +663,7 @@ - exit;; - esac - --if test "X$elf" = "Xyes" -+if test "X$PORTOBJFORMAT" = "Xelf" +--- configure.orig Sun Oct 10 14:37:07 1999 ++++ configure Sun Oct 10 14:37:29 1999 +@@ -1429,7 +1429,7 @@ + ELF_SYS=true + else + rm -rf conftest* +- if test "X$elf" = "Xyes" ++ if test "X$PORTOBJFORMAT" = "Xelf" then ELF_SYS=true else -- cgit v1.2.3