From 3217592518ce013176510b491a527f082c5e7424 Mon Sep 17 00:00:00 2001 From: hasso Date: Wed, 11 Mar 2009 08:26:11 +0000 Subject: Fix compile on platforms without libresolv. It should still work fine on platforms with libresolv (tested with Linux). --- chat/loudmouth/distinfo | 3 ++- chat/loudmouth/patches/patch-aa | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 chat/loudmouth/patches/patch-aa (limited to 'chat') 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) \ -- cgit v1.2.3