diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-01-22 10:09:05 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-01-22 10:09:05 +0800 |
commit | 8e2cbe44e3de336da22e6f31597e71d056fc0ebc (patch) | |
tree | 36fe9f82d7f912f33449ca7f2a62e72c91441c61 /mail | |
parent | 9bb37dbb9376b75b91c874e3f7b95f2af50d5e2a (diff) | |
download | freebsd-ports-gnome-8e2cbe44e3de336da22e6f31597e71d056fc0ebc.tar.gz freebsd-ports-gnome-8e2cbe44e3de336da22e6f31597e71d056fc0ebc.tar.zst freebsd-ports-gnome-8e2cbe44e3de336da22e6f31597e71d056fc0ebc.zip |
Respect CC
PR: 16213
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Diffstat (limited to 'mail')
-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 **** |