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
commite1a8a2a6f38302ac288cc480d7e4d8cf4951609a (patch)
tree6d24a2f97284f4e0c48e431a80025764dae7c082 /app-arch/p7zip/files
parent~amd64, #72417 (Manifest recommit) (diff)
downloadgentoo-2-e1a8a2a6f38302ac288cc480d7e4d8cf4951609a.tar.gz
gentoo-2-e1a8a2a6f38302ac288cc480d7e4d8cf4951609a.tar.bz2
gentoo-2-e1a8a2a6f38302ac288cc480d7e4d8cf4951609a.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
+