diff options
author | 2020-09-13 04:41:31 +0000 | |
---|---|---|
committer | 2020-09-13 04:41:31 +0000 | |
commit | ae9855f9d9a1fae1fa77a0fbe1af10881480f90a (patch) | |
tree | 2c9ee2e861ebdb18b1b931b29c42ab457ca393ab /net-misc/bsdwhois/files | |
parent | net-misc/selfdhcp: port to EAPI 7 (diff) | |
download | gentoo-ae9855f9d9a1fae1fa77a0fbe1af10881480f90a.tar.gz gentoo-ae9855f9d9a1fae1fa77a0fbe1af10881480f90a.tar.bz2 gentoo-ae9855f9d9a1fae1fa77a0fbe1af10881480f90a.zip |
net-misc/bsdwhois: bump to EAPI 7
Closes: https://bugs.gentoo.org/742128
Closes: https://bugs.gentoo.org/712872
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/bsdwhois/files')
-rw-r--r-- | net-misc/bsdwhois/files/bsdwhois-1.43.2.1-musl-cdefs.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-misc/bsdwhois/files/bsdwhois-1.43.2.1-musl-cdefs.patch b/net-misc/bsdwhois/files/bsdwhois-1.43.2.1-musl-cdefs.patch new file mode 100644 index 000000000000..2eec53c2645c --- /dev/null +++ b/net-misc/bsdwhois/files/bsdwhois-1.43.2.1-musl-cdefs.patch @@ -0,0 +1,12 @@ +diff --git a/whois.c b/whois.c +index 329559a..d2f6561 100644 +--- a/whois.c ++++ b/whois.c +@@ -43,7 +43,6 @@ static char sccsid[] = "@(#)whois.c 8.1 (Berkeley) 6/6/93"; + #endif /* not lint */ + #endif + +-#include <sys/cdefs.h> + #ifdef __FBSDID + __FBSDID("$FreeBSD: /repoman/r/ncvs/src/usr.bin/whois/whois.c,v 1.43.2.1 2006/01/31 18:11:21 jhay Exp $"); + #endif |