diff options
Diffstat (limited to 'app-crypt/ophcrack/files/ophcrack-ar.patch')
-rw-r--r-- | app-crypt/ophcrack/files/ophcrack-ar.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/app-crypt/ophcrack/files/ophcrack-ar.patch b/app-crypt/ophcrack/files/ophcrack-ar.patch deleted file mode 100644 index 422c17398d20..000000000000 --- a/app-crypt/ophcrack/files/ophcrack-ar.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/src/common.mk.in b/src/common.mk.in -index 0f090a8..9c133e0 100644 ---- a/src/common.mk.in -+++ b/src/common.mk.in -@@ -32,7 +32,7 @@ OBJECTS = $(SOURCES:%.c=%.o) - all: - - %.a: -- ar r $@ $^ -+ $(AR) r $@ $^ - $(RANLIB) $@ - - %.o: %.c |