diff options
author | 2010-09-06 23:22:02 +0000 | |
---|---|---|
committer | 2010-09-06 23:22:02 +0000 | |
commit | d9325227d12b1e4d667210adbb09d6dedf32e72e (patch) | |
tree | 292325c1a436648e99af94e64ec7ef28579c0aaf /app-benchmarks/acovea/files | |
parent | Version bumped. (diff) | |
download | historical-d9325227d12b1e4d667210adbb09d6dedf32e72e.tar.gz historical-d9325227d12b1e4d667210adbb09d6dedf32e72e.tar.bz2 historical-d9325227d12b1e4d667210adbb09d6dedf32e72e.zip |
Fix building with recent glibc wrt #336260 by Diego E. Pettenò.
Package-Manager: portage-2.2_rc75/cvs/Linux x86_64
Diffstat (limited to 'app-benchmarks/acovea/files')
-rw-r--r-- | app-benchmarks/acovea/files/acovea-5.1.1-glibc-212.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-benchmarks/acovea/files/acovea-5.1.1-glibc-212.patch b/app-benchmarks/acovea/files/acovea-5.1.1-glibc-212.patch new file mode 100644 index 000000000000..9763951a672a --- /dev/null +++ b/app-benchmarks/acovea/files/acovea-5.1.1-glibc-212.patch @@ -0,0 +1,12 @@ +http://bugs.gentoo.org/336260 + +--- libacovea/acovea.cpp ++++ libacovea/acovea.cpp +@@ -44,6 +44,7 @@ + #include <unistd.h> + #include <sys/types.h> + #include <sys/wait.h> ++#include <sys/stat.h> + + #include <vector> + #include <cstring> |