[postgis-users] support for Dragonfly BSD

Greg Troxel gdt at ir.bbn.com
Thu Dec 7 07:08:08 PST 2006


pkgsrc is used by NetBSB, but also other operating systems.  The
following patch against 1.1.6 was recently added by Joerg Sonnenberger
to support Dragonfly (similar to FreeBSD 4) as well.  Could someone
commit this?

    Thanks,
    Greg

$NetBSD: patch-aa,v 1.3 2006/12/06 17:43:27 joerg Exp $

--- lwgeom/Makefile.shlib.orig  2006-12-06 17:36:49.000000000 +0000
+++ lwgeom/Makefile.shlib
@@ -140,6 +140,10 @@ ifeq ($(PORTNAME), freebsd)
   endif
 endif
 
+ifeq ($(PORTNAME), dragonfly)
+  LINK.shared          = $(COMPILER) -shared -Wl,-x,-soname,$(soname)
+endif
+
 ifeq ($(PORTNAME), netbsd)
   ifdef ELF_SYSTEM
     LINK.shared                = $(COMPILER) -shared
   -Wl,-x,-soname,$(soname)




More information about the postgis-users mailing list