summaryrefslogtreecommitdiff
path: root/packaging/freebsd/files
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-11 23:57:49 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-11 23:57:49 -0400
commit70fdfa0ce15ba287b5c5f012e66cb56930fe4b8b (patch)
treed8fdef1e066561fce96cedb0ac72f3d69c84c0e6 /packaging/freebsd/files
parent7e1ee1c6206e8e73744e8f876a967e5b82db4025 (diff)
added initial FreeBSD packaging from anarcat (via svn from https://lethe.koumbit.net/svn/koumbit/trunk/ports/security/monkeysphere)
Diffstat (limited to 'packaging/freebsd/files')
-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