From df905663603c9cc63b2ecc0b95a600e0ba3ac4c7 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Sun, 20 May 2001 03:25:18 +0000 Subject: Add nbsmtp 0.8, simple program for outgoing SMTP delivery. PR: 27096 Submitted by: Anders Nordby --- mail/nbsmtp/files/patch-aa | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mail/nbsmtp/files/patch-aa (limited to 'mail/nbsmtp/files/patch-aa') diff --git a/mail/nbsmtp/files/patch-aa b/mail/nbsmtp/files/patch-aa new file mode 100644 index 000000000000..87f91ecc7706 --- /dev/null +++ b/mail/nbsmtp/files/patch-aa @@ -0,0 +1,10 @@ +--- Makefile.orig Sat May 5 19:30:42 2001 ++++ Makefile Sat May 5 19:31:41 2001 +@@ -1,5 +1,5 @@ +-linux: nbsmtp.c +- gcc -o nbsmtp nbsmtp.c ++all: nbsmtp.c ++ gcc $(CFLAGS) -o nbsmtp nbsmtp.c + + solaris: nbsmtp.c + gcc -o nbsmtp nbsmtp.c -lxnet -- cgit v1.2.3