summaryrefslogtreecommitdiff
path: root/mail/metamail
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-01-22 02:09:05 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-01-22 02:09:05 +0000
commite6569620df4b450a0e25ae345ba57f4bdf14414e (patch)
tree41ded0052585857f38273016aa75bc82e1f09b6a /mail/metamail
parentUse YACC, not bison. (diff)
Respect CC
PR: 16213 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Notes
Notes: svn path=/head/; revision=24887
Diffstat (limited to 'mail/metamail')
-rw-r--r--mail/metamail/files/patch-aa21
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 ****