summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-12-06 17:43:27 +0000
committerjoerg <joerg@pkgsrc.org>2006-12-06 17:43:27 +0000
commite514cdcf5ba201c8496888aca86ecd775d6a320c (patch)
tree6b3c39551fe0a94fd0eaae90b34addc509a60926 /geography
parent396f14a8c191833b4f2770a86545c6a62a082c0a (diff)
downloadpkgsrc-e514cdcf5ba201c8496888aca86ecd775d6a320c.tar.gz
Fix build on DragonFly.
Diffstat (limited to 'geography')
-rw-r--r--geography/postgresql81-postgis/distinfo3
-rw-r--r--geography/postgresql81-postgis/patches/patch-aa15
2 files changed, 17 insertions, 1 deletions
diff --git a/geography/postgresql81-postgis/distinfo b/geography/postgresql81-postgis/distinfo
index f4e5ca953a9..252227b16d7 100644
--- a/geography/postgresql81-postgis/distinfo
+++ b/geography/postgresql81-postgis/distinfo
@@ -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 --git a/geography/postgresql81-postgis/patches/patch-aa b/geography/postgresql81-postgis/patches/patch-aa
new file mode 100644
index 00000000000..8e875a81558
--- /dev/null
+++ b/geography/postgresql81-postgis/patches/patch-aa
@@ -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)