summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2007-11-13 20:13:26 +0000
committerAlon Bar-Lev <alonbl@gentoo.org>2007-11-13 20:13:26 +0000
commita2fce3059743242a8c9c35ed0c3275802dcc5ddd (patch)
treef3b854640eef777c5d465a16ec94fd8223754161 /app-crypt/johntheripper/files
parentVersion bump (diff)
downloadhistorical-a2fce3059743242a8c9c35ed0c3275802dcc5ddd.tar.gz
historical-a2fce3059743242a8c9c35ed0c3275802dcc5ddd.tar.bz2
historical-a2fce3059743242a8c9c35ed0c3275802dcc5ddd.zip
Remove funroll-loops patch, do this using argument to make
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'app-crypt/johntheripper/files')
-rw-r--r--app-crypt/johntheripper/files/johntheripper-1.7.2-funroll-loops.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-crypt/johntheripper/files/johntheripper-1.7.2-funroll-loops.patch b/app-crypt/johntheripper/files/johntheripper-1.7.2-funroll-loops.patch
deleted file mode 100644
index 60c7e5e32118..000000000000
--- a/app-crypt/johntheripper/files/johntheripper-1.7.2-funroll-loops.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile. 2007-11-13 18:15:57.000000000 +0100
-+++ src/Makefile 2007-11-13 18:19:57.990916160 +0100
-@@ -18,7 +18,7 @@
- CFLAGS = -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -L/usr/local/lib
- ASFLAGS = -c
- LDFLAGS = -s
--OPT_NORMAL = -funroll-loops
-+OPT_NORMAL =
- OPT_INLINE = -finline-functions
- LIBS = -L/usr/local/lib -L/usr/local/ssl/lib -lcrypto -lm
-