diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-01-22 02:09:05 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-01-22 02:09:05 +0000 |
commit | e6569620df4b450a0e25ae345ba57f4bdf14414e (patch) | |
tree | 41ded0052585857f38273016aa75bc82e1f09b6a /mail/metamail | |
parent | 709c61ed8e040ee02b4462c8e62fda3fa456bf38 (diff) |
Notes
Diffstat (limited to 'mail/metamail')
-rw-r--r-- | mail/metamail/files/patch-aa | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/mail/metamail/files/patch-aa b/mail/metamail/files/patch-aa index ca7d93ccaabd..da49eeac5de8 100644 --- a/mail/metamail/files/patch-aa +++ b/mail/metamail/files/patch-aa @@ -1,5 +1,22 @@ -*** Makefile.orig Wed Jan 26 20:32:33 1994 ---- Makefile Mon Nov 20 01:31:41 1995 +*** Makefile.orig Wed Jan 26 12:32:33 1994 +--- Makefile Wed Jan 19 18:53:05 2000 +*************** +*** 26,32 **** + CP = cp + + # How to compile C programs +! CC = cc + + # You may also want to change the CFLAGS variable, which will be passed on + # to all subdirectories. If you do that, the changes will only work right if you +--- 26,32 ---- + CP = cp + + # How to compile C programs +! #CC = cc + + # You may also want to change the CFLAGS variable, which will be passed on + # to all subdirectories. If you do that, the changes will only work right if you *************** *** 38,44 **** |