diff options
author | stefan <stefan@FreeBSD.org> | 2007-10-03 16:34:59 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2007-10-03 16:34:59 +0800 |
commit | c8281621c548a9c4197324afb1f401c7cf556908 (patch) | |
tree | 072196b06e0cba3f741e5d0d7497140b4b0ca28d /mail/nmh | |
parent | 34474006510bce527ef4ce563d5ab90c5221ed4a (diff) | |
download | freebsd-ports-gnome-c8281621c548a9c4197324afb1f401c7cf556908.tar.gz freebsd-ports-gnome-c8281621c548a9c4197324afb1f401c7cf556908.tar.zst freebsd-ports-gnome-c8281621c548a9c4197324afb1f401c7cf556908.zip |
Override compiler optimization to make the compiled programs work on -CURRENT.
PR: 115939
Submitted by: phk
Approved by: maintainer timeout (>4 weeks)
Diffstat (limited to 'mail/nmh')
-rw-r--r-- | mail/nmh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index ac8752aab124..9d5f1b0b865e 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -94,7 +94,7 @@ CONFIGURE_ARGS+= --with-smtpservers="${NMH_SMTPSERVERS}" CONFIGURE_ARGS+= ${NMH_EXTRA_CONFIGURE_ARGS} .endif -CFLAGS+= -D${NMH_LOCKING} +CFLAGS+= -D${NMH_LOCKING} -O MAN1= ali.1 anno.1 burst.1 comp.1 dist.1 flist.1 flists.1 \ folder.1 folders.1 forw.1 inc.1 install-mh.1 mark.1 \ |