diff options
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 |