summaryrefslogtreecommitdiff
path: root/packaging/freebsd/files
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-11 23:58:50 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-11 23:58:50 -0400
commit3e9ce2a262a339abf9a3fb1bdc8c91ebfc571aff (patch)
tree0433d3020d778cd399fe420b893abd9c624e8579 /packaging/freebsd/files
parent70fdfa0ce15ba287b5c5f012e66cb56930fe4b8b (diff)
updates to FreeBSD port framework
Diffstat (limited to 'packaging/freebsd/files')
-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