From 78c0c17b372f9b1e2914ec119725811cc01ff060 Mon Sep 17 00:00:00 2001 From: Andreas Klemm Date: Tue, 29 Jun 1999 20:21:49 +0000 Subject: upgrade to postgresql 6.5 did some small modifications Obtained from: "Palle Girgensohn" --- databases/postgresql80-server/files/patch-ar | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) (limited to 'databases/postgresql80-server/files/patch-ar') diff --git a/databases/postgresql80-server/files/patch-ar b/databases/postgresql80-server/files/patch-ar index a1fd3d50d464..bc54daf60a4a 100644 --- a/databases/postgresql80-server/files/patch-ar +++ b/databases/postgresql80-server/files/patch-ar @@ -1,16 +1,11 @@ ---- Makefile.shlib.orig Wed Feb 3 19:16:02 1999 -+++ Makefile.shlib Wed Feb 3 19:18:28 1999 -@@ -59,10 +59,11 @@ - ifeq ($(PORTNAME), freebsd) - ifdef BSD_SHLIB - install-shlib-dep := install-shlib -- shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION) - ifdef ELF_SYSTEM -- LDFLAGS_SL := -x -Bshareable -+ shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION) -+ LDFLAGS_SL := -x -shared -soname $(shlib) - else -+ shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION) - LDFLAGS_SL := -x -Bshareable -Bforcearchive - endif - CFLAGS += $(CFLAGS_SL) +--- 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" + then + ELF_SYS=true + else -- cgit v1.2.3