summaryrefslogtreecommitdiff
path: root/chat/eggdrop/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-01 20:42:42 +0000
committerjoerg <joerg>2005-12-01 20:42:42 +0000
commit8e5cd2f3b5eaf6192bdbd7ddecc9779f595eaee4 (patch)
tree95dd758789fa79ea16f813a50bde4c8938b57263 /chat/eggdrop/patches
parent189abb2d9afea1bb792f7e9ca14c5ab99838e822 (diff)
downloadpkgsrc-8e5cd2f3b5eaf6192bdbd7ddecc9779f595eaee4.tar.gz
DragonFly is a BSD, but doesn't end in it. Add it to the cases.
Diffstat (limited to 'chat/eggdrop/patches')
-rw-r--r--chat/eggdrop/patches/patch-aa19
1 files changed, 16 insertions, 3 deletions
diff --git a/chat/eggdrop/patches/patch-aa b/chat/eggdrop/patches/patch-aa
index 35f7a0aa0ac..199ff42aade 100644
--- a/chat/eggdrop/patches/patch-aa
+++ b/chat/eggdrop/patches/patch-aa
@@ -1,9 +1,22 @@
-$NetBSD: patch-aa,v 1.3 2004/12/03 12:15:54 adam Exp $
+$NetBSD: patch-aa,v 1.4 2005/12/01 20:42:42 joerg Exp $
--- configure.orig 2004-08-22 22:34:02.000000000 +0000
+++ configure
-@@ -5306,7 +5306,13 @@ _ACEOF
- *BSD)
+@@ -4924,7 +4924,7 @@ _ACEOF
+
+ fi
+ ;;
+- *BSD)
++ *BSD | DragonFly)
+ # FreeBSD/OpenBSD/NetBSD all support dlopen() and have had plenty of
+ # testing with Eggdrop.
+ WEIRD_OS="no"
+@@ -5303,10 +5303,16 @@ _ACEOF
+ SHLIB_CC="$CC -PIC"
+ fi
+ ;;
+- *BSD)
++ *BSD | DragonFly)
# FreeBSD/OpenBSD/NetBSD
SHLIB_CC="$CC -fPIC"
- SHLIB_LD="ld -Bshareable -x"