diff options
author | Radoslaw Stachowiak <radek@gentoo.org> | 2004-12-27 21:01:03 +0000 |
---|---|---|
committer | Radoslaw Stachowiak <radek@gentoo.org> | 2004-12-27 21:01:03 +0000 |
commit | 424719374c0579d05567880c835cfef28e05fd93 (patch) | |
tree | 5f8b5c4d3b486fe1e5a1ffe085c74535579b87a5 /app-arch/p7zip/files | |
parent | Moving to sci-misc/chessbrain (diff) | |
download | historical-424719374c0579d05567880c835cfef28e05fd93.tar.gz historical-424719374c0579d05567880c835cfef28e05fd93.tar.bz2 historical-424719374c0579d05567880c835cfef28e05fd93.zip |
new version.
Diffstat (limited to 'app-arch/p7zip/files')
-rw-r--r-- | app-arch/p7zip/files/digest-p7zip-4.13 | 1 | ||||
-rw-r--r-- | app-arch/p7zip/files/p7zip-4.13_x86_static.patch | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/app-arch/p7zip/files/digest-p7zip-4.13 b/app-arch/p7zip/files/digest-p7zip-4.13 new file mode 100644 index 000000000000..ca6540bb0568 --- /dev/null +++ b/app-arch/p7zip/files/digest-p7zip-4.13 @@ -0,0 +1 @@ +MD5 980cff8a3357d3ab47527e24ef143e10 p7zip_4.13_src.tar.bz2 457094 diff --git a/app-arch/p7zip/files/p7zip-4.13_x86_static.patch b/app-arch/p7zip/files/p7zip-4.13_x86_static.patch new file mode 100644 index 000000000000..1bd4c2fefdc5 --- /dev/null +++ b/app-arch/p7zip/files/p7zip-4.13_x86_static.patch @@ -0,0 +1,12 @@ +--- makefile.machine.orig 2004-12-04 18:18:22.193007744 +0100 ++++ makefile.machine 2004-12-04 18:18:33.908226760 +0100 +@@ -9,7 +9,7 @@ + CC=gcc $(ALLFLAGS) + LINK_SHARED=-shared + +-LOCAL_LIBS=-lpthread -ldl ++# LOCAL_LIBS=-lpthread -ldl + # static linkage +-# LOCAL_LIBS=-static -lpthread ++LOCAL_LIBS=-static -lpthread + |