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, 11 insertions, 0 deletions
diff --git a/packaging/freebsd/files/patch-src-keytrans-makefile b/packaging/freebsd/files/patch-src-keytrans-makefile
new file mode 100644
index 0000000..f6b21fc
--- /dev/null
+++ b/packaging/freebsd/files/patch-src-keytrans-makefile
@@ -0,0 +1,11 @@
+--- 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