diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1999-06-29 20:21:49 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1999-06-29 20:21:49 +0000 |
commit | 78c0c17b372f9b1e2914ec119725811cc01ff060 (patch) | |
tree | 78a667c314f7e52dd8f73bd979f6acf2be0183ae /databases/postgresql92-server/files/patch-ar | |
parent | Update Y2K URL (diff) |
upgrade to postgresql 6.5
did some small modifications
Obtained from: "Palle Girgensohn" <girgen@partitur.se>
Notes
Notes:
svn path=/head/; revision=19901
Diffstat (limited to 'databases/postgresql92-server/files/patch-ar')
-rw-r--r-- | databases/postgresql92-server/files/patch-ar | 27 |
1 files changed, 11 insertions, 16 deletions
diff --git a/databases/postgresql92-server/files/patch-ar b/databases/postgresql92-server/files/patch-ar index a1fd3d50d464..bc54daf60a4a 100644 --- a/databases/postgresql92-server/files/patch-ar +++ b/databases/postgresql92-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 |