summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-05-26 12:17:20 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-05-26 12:17:20 +0000
commit752543857b169c293fd9e9427d2018f40295948f (patch)
treed35296ef9879748ff58dc438fa4e7cc0a93e1c38 /app-arch/libarchive/files
parentUnused USE flag.. (diff)
downloadhistorical-752543857b169c293fd9e9427d2018f40295948f.tar.gz
historical-752543857b169c293fd9e9427d2018f40295948f.tar.bz2
historical-752543857b169c293fd9e9427d2018f40295948f.zip
Version bump (with patch), and cleanup old versions.
Package-Manager: portage-2.1.5.2
Diffstat (limited to 'app-arch/libarchive/files')
-rw-r--r--app-arch/libarchive/files/libarchive-2.5.4b-glibc.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/app-arch/libarchive/files/libarchive-2.5.4b-glibc.patch b/app-arch/libarchive/files/libarchive-2.5.4b-glibc.patch
new file mode 100644
index 000000000000..2b25204030c3
--- /dev/null
+++ b/app-arch/libarchive/files/libarchive-2.5.4b-glibc.patch
@@ -0,0 +1,15 @@
+Index: libarchive-2.5.4b/tar/subst.c
+===================================================================
+--- libarchive-2.5.4b.orig/tar/subst.c
++++ libarchive-2.5.4b/tar/subst.c
+@@ -29,6 +29,10 @@ __FBSDID("$FreeBSD$");
+ #if HAVE_REGEX_H
+ #include "bsdtar.h"
+
++#ifndef REG_BASIC
++# define REG_BASIC 0
++#endif
++
+ #include <errno.h>
+ #include <regex.h>
+ #include <stdlib.h>