diff options
author | Will Andrews <will@FreeBSD.org> | 2001-05-20 03:25:18 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-05-20 03:25:18 +0000 |
commit | df905663603c9cc63b2ecc0b95a600e0ba3ac4c7 (patch) | |
tree | 8278f7ae21460856699448672e1ba4c3dda5b1d2 /mail/nbsmtp/files/patch-aa | |
parent | Add kuickshow 0.8.1, a fast image viewer/browser. (diff) |
Add nbsmtp 0.8, simple program for outgoing SMTP delivery.
PR: 27096
Submitted by: Anders Nordby <anders@fix.no>
Diffstat (limited to 'mail/nbsmtp/files/patch-aa')
-rw-r--r-- | mail/nbsmtp/files/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
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 |