diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-09-06 18:32:51 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-10-02 16:38:02 +0200 |
commit | dc11203b8ae4296265ecc4889f4b942d67f85c48 (patch) | |
tree | ba2b2d170ca622ae42f1b00e0e2020767d1db99e /net-libs/libpcap | |
parent | dev-util/shellcheck: remove unused patch(es) (diff) | |
download | gentoo-dc11203b8ae4296265ecc4889f4b942d67f85c48.tar.gz gentoo-dc11203b8ae4296265ecc4889f4b942d67f85c48.tar.bz2 gentoo-dc11203b8ae4296265ecc4889f4b942d67f85c48.zip |
net-libs/libpcap: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Portage 3.0.35 / pkgdev 0.2.1 / pkgcheck 0.10.14
Closes: https://github.com/gentoo/gentoo/pull/27167
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-libs/libpcap')
-rw-r--r-- | net-libs/libpcap/files/libpcap-9999-prefix-darwin.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net-libs/libpcap/files/libpcap-9999-prefix-darwin.patch b/net-libs/libpcap/files/libpcap-9999-prefix-darwin.patch deleted file mode 100644 index 5ac34fd46485..000000000000 --- a/net-libs/libpcap/files/libpcap-9999-prefix-darwin.patch +++ /dev/null @@ -1,13 +0,0 @@ -Prefix' Darwin systems are single arch, hijack Darwin7 case which assumes this setup - ---- a/configure.ac -+++ b/configure.ac -@@ -1860,7 +1860,7 @@ - if test "$enable_universal" != "no"; then - case "$host_os" in - -- darwin[[0-7]].*) -+ darwin**) - # - # Pre-Tiger. Build only for 32-bit PowerPC; no - # need for any special compiler or linker flags. |