diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1995-05-06 00:23:25 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1995-05-06 00:23:25 +0000 |
commit | 0d2aedff3cb0387456259b717c33bd6401acfc97 (patch) | |
tree | 69146b2eb2454ad0b3a9e1125b5cc42cafbe0f3e /mail/metamail | |
parent | 5de4fcb25b8f45928676625c6cf2343cb1945b5d (diff) |
Notes
Diffstat (limited to 'mail/metamail')
-rw-r--r-- | mail/metamail/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/metamail/files/patch-aa b/mail/metamail/files/patch-aa index 9d40ba6a85a0..a013be7d5a37 100644 --- a/mail/metamail/files/patch-aa +++ b/mail/metamail/files/patch-aa @@ -13,7 +13,7 @@ STATICFLAG=FOOBAR${HOST_ARCH} -! CFLAGS = -g -O -I. ${$(STATICFLAG)} +! CFLAGS = -O -I. ${$(STATICFLAG)} # The following is better if you want to make sure you run with SYSV defined # CFLAGS = -g -I. ${$(STATICFLAG)} -DSYSV # Also, for SGI Irix, compile in K&R mode |