freebsd-ports/databases/postgresql90-server/files/patch-ar
Chris Piazza d72365ae81 Update to version 6.5.2.
and..

<quote>
This is a really small fix:
 - When compiling postgresql-jdbc, the compilation process presents a
bad path to the installed jar-file.
</quote>

PR:             13838
PR:		13865
Submitted by:   Palle Girgensohn <girgen@partitur.se>
1999-10-10 22:06:35 +00:00

12 lines
240 B
Plaintext

--- 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