pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography/postgresql81-postgis Fix build on DragonFly.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9fcb5a47d74e
branches:  trunk
changeset: 522296:9fcb5a47d74e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Dec 06 17:43:27 2006 +0000

description:
Fix build on DragonFly.

diffstat:

 geography/postgresql81-postgis/distinfo         |   3 ++-
 geography/postgresql81-postgis/patches/patch-aa |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 177dd82e2f16 -r 9fcb5a47d74e geography/postgresql81-postgis/distinfo
--- a/geography/postgresql81-postgis/distinfo   Wed Dec 06 17:33:02 2006 +0000
+++ b/geography/postgresql81-postgis/distinfo   Wed Dec 06 17:43:27 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2006/11/10 21:19:43 gdt Exp $
+$NetBSD: distinfo,v 1.5 2006/12/06 17:43:27 joerg Exp $
 
 SHA1 (postgis-1.1.6.tar.gz) = b13c36e50e30c572298cb8631bc83e5318d24bcc
 RMD160 (postgis-1.1.6.tar.gz) = 414b7d03e1b14f7e46dabc32484ec25b4dc42916
 Size (postgis-1.1.6.tar.gz) = 2039011 bytes
+SHA1 (patch-aa) = 9660b7e2be9a039bca88f0f66e9075faf97fe41d
diff -r 177dd82e2f16 -r 9fcb5a47d74e geography/postgresql81-postgis/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/postgresql81-postgis/patches/patch-aa   Wed Dec 06 17:43:27 2006 +0000
@@ -0,0 +1,15 @@
+$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)



Home | Main Index | Thread Index | Old Index