summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/libcap/files/libcap-2.25-gperf.patch')
-rw-r--r--sys-libs/libcap/files/libcap-2.25-gperf.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/sys-libs/libcap/files/libcap-2.25-gperf.patch b/sys-libs/libcap/files/libcap-2.25-gperf.patch
deleted file mode 100644
index 86e930f6a446..000000000000
--- a/sys-libs/libcap/files/libcap-2.25-gperf.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-update gperf call to work with gperf-3.1
-
-https://bugs.gentoo.org/604802
-
---- a/libcap/Makefile
-+++ b/libcap/Makefile
-@@ -44,11 +44,12 @@
- ./_makenames > cap_names.h
-
- $(GPERF_OUTPUT): cap_names.list.h
-- (printf "%b" "struct __cap_token_s { const char *name; int index; };\n%{\nconst struct __cap_token_s *__cap_lookup_name(const char *, unsigned int);\n%}\n%%\n"; \
-+ (printf "%b" "struct __cap_token_s { const char *name; int index; };\n%%\n"; \
- $(SED) -e 's:["{}]::g' -e 's:,$$::' $<) | \
- gperf \
- --ignore-case \
- --language=ANSI-C \
-+ --includes \
- --readonly \
- --null-strings \
- --global-table \