summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadoslaw Stachowiak <radek@gentoo.org>2004-12-04 17:39:02 +0000
committerRadoslaw Stachowiak <radek@gentoo.org>2004-12-04 17:39:02 +0000
commite045e94eed51cab94cc3cf536376a0c60bb29d27 (patch)
tree955bacc32aa7ee5938227a0769f7452b16d51ca6 /app-arch/p7zip/files
parent~amd64, #72417 (diff)
downloadhistorical-e045e94eed51cab94cc3cf536376a0c60bb29d27.tar.gz
historical-e045e94eed51cab94cc3cf536376a0c60bb29d27.tar.bz2
historical-e045e94eed51cab94cc3cf536376a0c60bb29d27.zip
new version.
Diffstat (limited to 'app-arch/p7zip/files')
-rw-r--r--app-arch/p7zip/files/digest-p7zip-4.121
-rw-r--r--app-arch/p7zip/files/p7zip-4.12_x86_static.patch12
2 files changed, 13 insertions, 0 deletions
diff --git a/app-arch/p7zip/files/digest-p7zip-4.12 b/app-arch/p7zip/files/digest-p7zip-4.12
new file mode 100644
index 000000000000..a6dc7ff75b3d
--- /dev/null
+++ b/app-arch/p7zip/files/digest-p7zip-4.12
@@ -0,0 +1 @@
+MD5 82d4859d8e3b30a54ac5ad6a12b16e10 p7zip_4.12_src.tar.bz2 454996
diff --git a/app-arch/p7zip/files/p7zip-4.12_x86_static.patch b/app-arch/p7zip/files/p7zip-4.12_x86_static.patch
new file mode 100644
index 000000000000..1bd4c2fefdc5
--- /dev/null
+++ b/app-arch/p7zip/files/p7zip-4.12_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
+