diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-29 00:19:05 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-29 00:19:05 +0000 |
commit | 16b6b1757cfc521b1b0b2db189bb24b06bbbd124 (patch) | |
tree | 366c6bb7abc283e74edbd18b7ae03d68da9f855d /sci-libs/szip/files | |
parent | fix HOMEPAGE (Manifest recommit) (diff) | |
download | gentoo-2-16b6b1757cfc521b1b0b2db189bb24b06bbbd124.tar.gz gentoo-2-16b6b1757cfc521b1b0b2db189bb24b06bbbd124.tar.bz2 gentoo-2-16b6b1757cfc521b1b0b2db189bb24b06bbbd124.zip |
Moving to sci-libs
Diffstat (limited to 'sci-libs/szip/files')
-rw-r--r-- | sci-libs/szip/files/digest-szip-1.1 | 1 | ||||
-rw-r--r-- | sci-libs/szip/files/digest-szip-1.1-r1 | 1 | ||||
-rw-r--r-- | sci-libs/szip/files/szip-1.1-fPIC.patch | 11 |
3 files changed, 0 insertions, 13 deletions
diff --git a/sci-libs/szip/files/digest-szip-1.1 b/sci-libs/szip/files/digest-szip-1.1 deleted file mode 100644 index 645e4b385a5c..000000000000 --- a/sci-libs/szip/files/digest-szip-1.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 aedb9b07da1082a945950241656e2106 szip1.1.tar.gz 98774 diff --git a/sci-libs/szip/files/digest-szip-1.1-r1 b/sci-libs/szip/files/digest-szip-1.1-r1 deleted file mode 100644 index 645e4b385a5c..000000000000 --- a/sci-libs/szip/files/digest-szip-1.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 aedb9b07da1082a945950241656e2106 szip1.1.tar.gz 98774 diff --git a/sci-libs/szip/files/szip-1.1-fPIC.patch b/sci-libs/szip/files/szip-1.1-fPIC.patch deleted file mode 100644 index a34f8c26834a..000000000000 --- a/sci-libs/szip/files/szip-1.1-fPIC.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in 2004-03-30 14:34:47.515593775 +0000 -+++ Makefile.in 2004-03-30 14:35:34.005187952 +0000 -@@ -120,6 +120,8 @@ - gentest.o: szlib.h - mcgill.o: mcgill.h - rice.o: rice.h -+ $(CC) $(CFLAGS) -fPIC -c rice.c - sz_api.o: szlib.h -+ $(CC) $(CFLAGS) -fPIC -c sz_api.c - burst_szip: mcgill.o - gentest: mcgill.o |