diff options
Diffstat (limited to 'security/john/files/patch-Makefile')
-rw-r--r-- | security/john/files/patch-Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/john/files/patch-Makefile b/security/john/files/patch-Makefile index 83fbb0612775..804c0d651486 100644 --- a/security/john/files/patch-Makefile +++ b/security/john/files/patch-Makefile @@ -1,7 +1,7 @@ ---- Makefile Sun Nov 30 02:02:25 2003 -+++ Makefile Wed Apr 14 15:34:42 2004 +--- Makefile.orig Mon Dec 12 19:53:36 2005 ++++ Makefile Sat Dec 31 01:30:01 2005 @@ -3,10 +3,10 @@ - # Copyright (c) 1996-2003 by Solar Designer + # Copyright (c) 1996-2005 by Solar Designer # -CPP = gcc @@ -15,8 +15,8 @@ CP = cp LN = ln -sf RM = rm -f -@@ -14,7 +14,8 @@ - SED = sed +@@ -15,7 +15,8 @@ + PERL = perl NULL = /dev/null CPPFLAGS = -E -CFLAGS = -c -Wall -O2 -fomit-frame-pointer |