summaryrefslogtreecommitdiff
path: root/packaging/freebsd/files/patch-src-keytrans-makefile
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/freebsd/files/patch-src-keytrans-makefile')
-rw-r--r--packaging/freebsd/files/patch-src-keytrans-makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/packaging/freebsd/files/patch-src-keytrans-makefile b/packaging/freebsd/files/patch-src-keytrans-makefile
deleted file mode 100644
index f6b21fc..0000000
--- a/packaging/freebsd/files/patch-src-keytrans-makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/keytrans/Makefile.orig 2008-08-04 10:52:54.000000000 -0400
-+++ src/keytrans/Makefile 2008-09-04 17:31:18.000000000 -0400
-@@ -4,7 +4,7 @@
- gcc -g -Wall --pedantic -o openpgp2ssh openpgp2ssh.c `libgnutls-config --libs --cflags` gnutls-helpers.o
-
- %.o: %.c
-- gcc -g -Wall --pedantic -o $@ -c $<
-+ gcc -g -Wall --pedantic `libgnutls-config --cflags` -o $@ -c $<
-
- clean:
- rm -f openpgp2ssh *.o