diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-08-16 01:14:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-08-16 01:14:13 +0000 |
commit | becdb5fe49c4e7a0a0af12642f156ed30079961f (patch) | |
tree | 5a37219b7bb65e19371c36242e866bffc193e619 /app-crypt/pdfcrack/files | |
parent | Version bump. (diff) | |
download | gentoo-2-becdb5fe49c4e7a0a0af12642f156ed30079961f.tar.gz gentoo-2-becdb5fe49c4e7a0a0af12642f156ed30079961f.tar.bz2 gentoo-2-becdb5fe49c4e7a0a0af12642f156ed30079961f.zip |
old
Diffstat (limited to 'app-crypt/pdfcrack/files')
-rw-r--r-- | app-crypt/pdfcrack/files/pdfcrack-0.9-build.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/app-crypt/pdfcrack/files/pdfcrack-0.9-build.patch b/app-crypt/pdfcrack/files/pdfcrack-0.9-build.patch deleted file mode 100644 index 4dba6d9341b2..000000000000 --- a/app-crypt/pdfcrack/files/pdfcrack-0.9-build.patch +++ /dev/null @@ -1,27 +0,0 @@ -just use implicit rules so correct variables get used - ---- Makefile -+++ Makefile -@@ -1,20 +1,13 @@ --CFLAGS= -Wall -Wshadow -Wwrite-strings -Wsign-compare -Wfloat-equal \ -+CFLAGS+= -Wall -Wshadow -Wwrite-strings -Wsign-compare -Wfloat-equal \ - -Wconversion -Wmissing-noreturn -Wbad-function-cast \ -- -Wmissing-prototypes -Winline -Wredundant-decls -O3 -+ -Wmissing-prototypes -Winline -Wredundant-decls - - all: pdfcrack - - pdfcrack: main.o rc4.o md5.o pdfcrack.o pdfparser.o passwords.o common.o \ - benchmark.o -- gcc $(CFLAGS) -o $@ $+ -- strip $@ - - pdfreader: pdfparser.o pdfreader.o common.o -- gcc $(CFLAGS) -o $@ $+ -- strip $@ - - clean: - rm -f pdfcrack pdfreader testreader *.o -- --%.o: %.c -- gcc $(CFLAGS) -c -o $@ $+ |