diff options
Diffstat (limited to 'security/john/files/patch-Makefile')
-rw-r--r-- | security/john/files/patch-Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/security/john/files/patch-Makefile b/security/john/files/patch-Makefile deleted file mode 100644 index 804c0d651486..000000000000 --- a/security/john/files/patch-Makefile +++ /dev/null @@ -1,27 +0,0 @@ ---- Makefile.orig Mon Dec 12 19:53:36 2005 -+++ Makefile Sat Dec 31 01:30:01 2005 -@@ -3,10 +3,10 @@ - # Copyright (c) 1996-2005 by Solar Designer - # - --CPP = gcc --CC = gcc --AS = gcc --LD = gcc -+CC ?= gcc -+CPP = $(CC) -+AS = $(CC) -+LD = $(CC) - CP = cp - LN = ln -sf - RM = rm -f -@@ -15,7 +15,8 @@ - PERL = perl - NULL = /dev/null - CPPFLAGS = -E --CFLAGS = -c -Wall -O2 -fomit-frame-pointer -+CFLAGS ?= -O2 -+CFLAGS += -c -Wall -fomit-frame-pointer - ASFLAGS = -c - LDFLAGS = -s - OPT_NORMAL = -funroll-loops |