summaryrefslogtreecommitdiff
path: root/chat/bitlbee
diff options
context:
space:
mode:
authortonio <tonio>2005-11-12 19:52:39 +0000
committertonio <tonio>2005-11-12 19:52:39 +0000
commitc6dcf01d0e84597635caba3c9f531f9ffd7c9c19 (patch)
treef2f914163b1a8d2b5f99526b792b5519ff8ca378 /chat/bitlbee
parentd13b6609204293212cc80fb0d2ffa7cc75e547d5 (diff)
downloadpkgsrc-c6dcf01d0e84597635caba3c9f531f9ffd7c9c19.tar.gz
And remove the patch-aa, as same change was integrated upstream
Diffstat (limited to 'chat/bitlbee')
-rw-r--r--chat/bitlbee/patches/patch-aa46
1 files changed, 0 insertions, 46 deletions
diff --git a/chat/bitlbee/patches/patch-aa b/chat/bitlbee/patches/patch-aa
deleted file mode 100644
index 726b26c0845..00000000000
--- a/chat/bitlbee/patches/patch-aa
+++ /dev/null
@@ -1,46 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2005/08/29 13:34:36 tonio Exp $
-
---- configure.orig 2005-04-29 21:47:15.000000000 +0200
-+++ configure 2005-04-29 21:49:41.000000000 +0200
-@@ -14,6 +14,8 @@
- datadir='$prefix/share/bitlbee/'
- config='/var/lib/bitlbee/'
-
-+ipv6=0
-+
- msn=1
- jabber=1
- oscar=1
-@@ -45,6 +47,7 @@
- --datadir=... $datadir
- --config=... $config
-
-+--ipv6=0/1 Disable/enable IPv6 support $ipv6
- --msn=0/1 Disable/enable MSN part $msn
- --jabber=0/1 Disable/enable Jabber part $jabber
- --oscar=0/1 Disable/enable Oscar part (ICQ, AIM) $oscar
-@@ -100,9 +103,13 @@
- #define VARDIR "$datadir"
- #define ARCH "$arch"
- #define CPU "$cpu"
--#define IPV6
- EOF
-
-+if [ "$ipv6" = "1" ]; then
-+ echo "#define IPV6" >> config.h
-+ echo "CPPFLAGS+=-DIPV6" >> Makefile.settings
-+fi
-+
- if [ "$debug" = "1" ]; then
- echo 'CFLAGS=-g' >> Makefile.settings
- echo 'DEBUG=1' >> Makefile.settings
-@@ -389,3 +396,9 @@
- else
- echo ' Building without IM-protocol support. We wish you a lot of fun...';
- fi
-+
-+if [ "$ipv6" = "1" ]; then
-+ echo ' Building with IPv6 support.'
-+else
-+ echo ' Building without IPv6 support.'
-+fi