summaryrefslogtreecommitdiff
path: root/databases/postgresql84/patches/patch-ba
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql84/patches/patch-ba')
-rw-r--r--databases/postgresql84/patches/patch-ba31
1 files changed, 0 insertions, 31 deletions
diff --git a/databases/postgresql84/patches/patch-ba b/databases/postgresql84/patches/patch-ba
deleted file mode 100644
index 9e839143ec3..00000000000
--- a/databases/postgresql84/patches/patch-ba
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD: patch-ba,v 1.2 2012/07/16 21:17:11 asau Exp $
-
---- src/Makefile.shlib.orig 2012-05-31 23:11:47.000000000 +0000
-+++ src/Makefile.shlib
-@@ -175,19 +175,20 @@ ifeq ($(PORTNAME), bsdi)
- endif
- endif
-
-+ifeq ($(PORTNAME), dragonfly)
-+ LINK.shared = $(COMPILER) -shared
-+ ifdef soname
-+ LINK.shared += -Wl,-x,-soname,$(soname)
-+ endif
-+endif
-+
- ifeq ($(PORTNAME), freebsd)
- ifdef ELF_SYSTEM
-- ifdef SO_MAJOR_VERSION
-- shlib = lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION)
-- endif
- LINK.shared = $(COMPILER) -shared
- ifdef soname
- LINK.shared += -Wl,-x,-soname,$(soname)
- endif
- else
-- ifdef SO_MAJOR_VERSION
-- shlib = lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
-- endif
- LINK.shared = $(LD) -x -Bshareable -Bforcearchive
- endif
- endif