pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/loudmouth Fix compile on platforms without libres...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c695f9f53644
branches: trunk
changeset: 555882:c695f9f53644
user: hasso <hasso%pkgsrc.org@localhost>
date: Wed Mar 11 08:26:11 2009 +0000
description:
Fix compile on platforms without libresolv. It should still work fine on
platforms with libresolv (tested with Linux).
diffstat:
chat/loudmouth/distinfo | 3 ++-
chat/loudmouth/patches/patch-aa | 14 ++++++++++++++
2 files changed, 16 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r 79aab1724c15 -r c695f9f53644 chat/loudmouth/distinfo
--- a/chat/loudmouth/distinfo Wed Mar 11 06:59:51 2009 +0000
+++ b/chat/loudmouth/distinfo Wed Mar 11 08:26:11 2009 +0000
@@ -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 -r 79aab1724c15 -r c695f9f53644 chat/loudmouth/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/loudmouth/patches/patch-aa Wed Mar 11 08:26:11 2009 +0000
@@ -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) \
Home |
Main Index |
Thread Index |
Old Index