app-crypt/signing-party: remove unused patch
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Thu, 10 Aug 2017 08:16:27 +0000 (10:16 +0200)
committerAlon Bar-Lev <alonbl@gentoo.org>
Fri, 18 Aug 2017 10:29:40 +0000 (13:29 +0300)
app-crypt/signing-party/files/signing-party-makefile.diff [deleted file]

diff --git a/app-crypt/signing-party/files/signing-party-makefile.diff b/app-crypt/signing-party/files/signing-party-makefile.diff
deleted file mode 100644 (file)
index 905d444..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
---- gpgwrap/src/Makefile       2010-02-11 13:26:29.000000000 -0500
-+++ gpgwrap/src/Makefile.new   2010-10-15 18:16:49.000000000 -0400
-@@ -1,5 +1,4 @@
- CC=${DIET} gcc -s -Wall -O2 -fomit-frame-pointer
--STRIP=strip -R .note -R .comment
- RM=rm -f
- TARGET=../bin/gpgwrap
-@@ -8,8 +7,7 @@
- all: ${TARGET}
- ${TARGET}: gpgwrap.c
--      ${CC} -o ${TARGET} gpgwrap.c
--      ${STRIP} ${TARGET} 2>/dev/null || true
-+      ${CC} -o ${TARGET} ${CFLAGS} ${LDFLAGS} gpgwrap.c
- clean:
-       ${RM} ${TARGET}