summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorhasso <hasso@pkgsrc.org>2009-03-11 08:26:11 +0000
committerhasso <hasso@pkgsrc.org>2009-03-11 08:26:11 +0000
commit3217592518ce013176510b491a527f082c5e7424 (patch)
tree34ca7dd1b9f34876a6306dd247735fd19a2173e4 /chat
parent824c8a666b2a082c27a9ff58bff338612d0b654d (diff)
downloadpkgsrc-3217592518ce013176510b491a527f082c5e7424.tar.gz
Fix compile on platforms without libresolv. It should still work fine on
platforms with libresolv (tested with Linux).
Diffstat (limited to 'chat')
-rw-r--r--chat/loudmouth/distinfo3
-rw-r--r--chat/loudmouth/patches/patch-aa14
2 files changed, 16 insertions, 1 deletions
diff --git a/chat/loudmouth/distinfo b/chat/loudmouth/distinfo
index 9f9b41655af..1fd2777e417 100644
--- a/chat/loudmouth/distinfo
+++ b/chat/loudmouth/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.14 2008/10/30 22:07:25 wiz Exp $
+$NetBSD: distinfo,v 1.15 2009/03/11 08:26:11 hasso Exp $
SHA1 (loudmouth-1.4.3.tar.bz2) = 55dd0475760f98ff0ba1f5c712c52ab776b432be
RMD160 (loudmouth-1.4.3.tar.bz2) = 59852d085f73d68b3c061b7192a484527843e67d
Size (loudmouth-1.4.3.tar.bz2) = 366818 bytes
+SHA1 (patch-aa) = e45b47920468f681b53a4a6eb718a789c6eb0248
diff --git a/chat/loudmouth/patches/patch-aa b/chat/loudmouth/patches/patch-aa
new file mode 100644
index 00000000000..5ae964ae3df
--- /dev/null
+++ b/chat/loudmouth/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.5 2009/03/11 08:26:11 hasso Exp $
+
+--- loudmouth/Makefile.in.orig 2009-03-11 09:40:29 +0200
++++ loudmouth/Makefile.in 2009-03-11 09:40:42 +0200
+@@ -306,8 +306,7 @@ libloudmouthinclude_HEADERS = \
+
+ libloudmouth_1_la_LIBADD = \
+ $(LOUDMOUTH_LIBS) \
+- $(LIBIDN_LIBS) \
+- -lresolv
++ $(LIBIDN_LIBS)
+
+ libloudmouth_1_la_LDFLAGS = \
+ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \