summaryrefslogtreecommitdiff
path: root/packaging/freebsd/files/patch-src-keytrans-makefile
blob: f6b21fc7671fee4417d480e81b798efdce2c182f (plain)
  1. --- src/keytrans/Makefile.orig 2008-08-04 10:52:54.000000000 -0400
  2. +++ src/keytrans/Makefile 2008-09-04 17:31:18.000000000 -0400
  3. @@ -4,7 +4,7 @@
  4. gcc -g -Wall --pedantic -o openpgp2ssh openpgp2ssh.c `libgnutls-config --libs --cflags` gnutls-helpers.o
  5. %.o: %.c
  6. - gcc -g -Wall --pedantic -o $@ -c $<
  7. + gcc -g -Wall --pedantic `libgnutls-config --cflags` -o $@ -c $<
  8. clean:
  9. rm -f openpgp2ssh *.o