summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-12-04 17:49:46 +0100
committerMichał Górny <mgorny@gentoo.org>2018-12-04 17:49:46 +0100
commitf9bfa95943eae9b4711a00f3cea0e21ac471e3c0 (patch)
tree18b2ef5ca31c9ebb5a2a292967195142cca2a556 /sys-auth/pam_bioapi/files/pam_bioapi-0.4.0-headers.patch
parentsys-power/upower-pm-utils: Remove last-rited pkg (diff)
downloadgentoo-f9bfa95943eae9b4711a00f3cea0e21ac471e3c0.tar.gz
gentoo-f9bfa95943eae9b4711a00f3cea0e21ac471e3c0.tar.bz2
gentoo-f9bfa95943eae9b4711a00f3cea0e21ac471e3c0.zip
sys-auth/pam_bioapi: Remove last-rited pkg
Closes: https://bugs.gentoo.org/596648 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-auth/pam_bioapi/files/pam_bioapi-0.4.0-headers.patch')
-rw-r--r--sys-auth/pam_bioapi/files/pam_bioapi-0.4.0-headers.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/sys-auth/pam_bioapi/files/pam_bioapi-0.4.0-headers.patch b/sys-auth/pam_bioapi/files/pam_bioapi-0.4.0-headers.patch
deleted file mode 100644
index d5acc4db61bc..000000000000
--- a/sys-auth/pam_bioapi/files/pam_bioapi-0.4.0-headers.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-fix building with -O0
-
-http://code.google.com/p/pam-bioapi/issues/detail?id=3
-http://bugs.gentoo.org/241322
-
-fix building with newer glibc
-
-https://bugs.gentoo.org/512106
-
---- libpam_bioapi/pam_bioapi.h
-+++ libpam_bioapi/pam_bioapi.h
-@@ -19,6 +19,7 @@
- #include <sys/stat.h>
- #include <sys/types.h> /* defines 'uid_t', etc. */
-
-+#include <sys/resource.h>
- #include <sys/types.h>
- #include <sys/wait.h>
- #include "earray.h"
-@@ -23,6 +23,7 @@
- #include <sys/wait.h>
- #include "earray.h"
-
-+#include <locale.h>
- #include <libintl.h> /* gnu gettext support */
- #define _(String) gettext (String)
-