Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / databases / postgresql83 / patches / patch-ba
blob140ea570aa70002f1f1e39c1c965b4687d670cdd
1 $NetBSD$
3 --- src/Makefile.shlib.orig     2012-05-31 23:14:08.000000000 +0000
4 +++ src/Makefile.shlib
5 @@ -136,12 +136,14 @@ ifeq ($(PORTNAME), bsdi)
6    endif
7  endif
8  
9 +ifeq ($(PORTNAME), dragonfly)
10 +  LINK.shared          = $(COMPILER) -shared -Wl,-x,-soname,$(soname)
11 +endif
13  ifeq ($(PORTNAME), freebsd)
14    ifdef ELF_SYSTEM
15 -    shlib              = lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION)
16      LINK.shared                = $(COMPILER) -shared -Wl,-x,-soname,$(soname)
17    else
18 -    shlib              = lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
19      LINK.shared                = $(LD) -x -Bshareable -Bforcearchive
20    endif
21  endif