diff options
Diffstat (limited to 'japanese/postgresql7/files/patch-ac')
-rw-r--r-- | japanese/postgresql7/files/patch-ac | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/japanese/postgresql7/files/patch-ac b/japanese/postgresql7/files/patch-ac index 2a9e180e0958..f0f0ac586e74 100644 --- a/japanese/postgresql7/files/patch-ac +++ b/japanese/postgresql7/files/patch-ac @@ -1,11 +1,11 @@ ---- interfaces/libpgtcl/Makefile.in.orig Mon Feb 8 07:10:45 1999 -+++ interfaces/libpgtcl/Makefile.in Tue Jun 15 19:32:36 1999 -@@ -27,7 +27,7 @@ - - OBJS= pgtcl.o pgtclCmds.o pgtclId.o - --SHLIB_LINK+= -L../libpq -lpq -+SHLIB_LINK+= -L../libpq -lpq -lcrypt - - # If crypt is a separate library, rather than part of libc, it may need - # to be referenced separately to keep (broken) linkers happy. (This is +--- configure.orig Thu May 4 04:10:55 2000 ++++ configure Wed May 10 03:46:37 2000 +@@ -1472,7 +1472,7 @@ + ELF_SYS=true + else + rm -rf conftest* +- if test "X$elf" = "Xyes" ++ if test "X$PORTOBJFORMAT" = "Xelf" + then + ELF_SYS=true + else |