diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2020-06-29 23:35:51 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2020-06-29 23:35:51 +0000 |
commit | 598ef47f126aa8d1a6ebb99f2f2ce93ace788254 (patch) | |
tree | af16235b8da1792717d85e5a145ec4da03a2ecc8 /chat/loudmouth/patches | |
parent | 3573f83cd1ac29e90db9f507b4dd9ea50ebbf1ea (diff) | |
download | pkgsrc-598ef47f126aa8d1a6ebb99f2f2ce93ace788254.tar.gz |
loudmouth: very belatedly add a GitHub pull reference to a patch
Diffstat (limited to 'chat/loudmouth/patches')
-rw-r--r-- | chat/loudmouth/patches/patch-loudmouth_lm-resolver.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/loudmouth/patches/patch-loudmouth_lm-resolver.c b/chat/loudmouth/patches/patch-loudmouth_lm-resolver.c index 0462e15585f..31e4a9f75a6 100644 --- a/chat/loudmouth/patches/patch-loudmouth_lm-resolver.c +++ b/chat/loudmouth/patches/patch-loudmouth_lm-resolver.c @@ -1,9 +1,9 @@ -$NetBSD: patch-loudmouth_lm-resolver.c,v 1.1 2019/01/16 01:36:12 gutteridge Exp $ +$NetBSD: patch-loudmouth_lm-resolver.c,v 1.2 2020/06/29 23:35:51 gutteridge Exp $ Fix a build breakage on non-x86 NetBSD architectures where arpa/ nameser_compat.h was being unnecessarily included (without additional dependent macros being defined, as nameser.h takes care of when it's -included first). +included first). https://github.com/mcabber/loudmouth/pull/39 --- loudmouth/lm-resolver.c.orig 2016-02-14 17:05:11.000000000 +0000 +++ loudmouth/lm-resolver.c |