aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1995-05-06 00:23:25 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1995-05-06 00:23:25 +0000
commit0d2aedff3cb0387456259b717c33bd6401acfc97 (patch)
tree69146b2eb2454ad0b3a9e1125b5cc42cafbe0f3e /mail
parent5de4fcb25b8f45928676625c6cf2343cb1945b5d (diff)
downloadports-0d2aedff3cb0387456259b717c33bd6401acfc97.tar.gz
ports-0d2aedff3cb0387456259b717c33bd6401acfc97.zip
remove -g from CFLAGS
Notes
Notes: svn path=/head/; revision=1639
Diffstat (limited to 'mail')
-rw-r--r--mail/metamail/files/patch-aa2
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