summaryrefslogtreecommitdiff
path: root/mail/elm+ME
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-01-12 01:49:09 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-01-12 01:49:09 +0000
commit92ae5f6897a933023369f0a63ca2ab26a0c10f65 (patch)
tree5ca6c9be67fc4073c92ab99ceaab24b25f7e3f76 /mail/elm+ME
parentPatch around a security vulnerability in rxvt. Give up root privileges when (diff)
Fix coredump in attachment saving (for version with MIME)
Remove -fno-strength-reduce
Notes
Notes: svn path=/head/; revision=2614
Diffstat (limited to 'mail/elm+ME')
-rw-r--r--mail/elm+ME/scripts/pre-configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/elm+ME/scripts/pre-configure b/mail/elm+ME/scripts/pre-configure
index 45ad2555ef5c..b605e1cc1639 100644
--- a/mail/elm+ME/scripts/pre-configure
+++ b/mail/elm+ME/scripts/pre-configure
@@ -1,7 +1,7 @@
#!/bin/sh -
#
# pre-configure script for Elm port to FreeBSD 2.0
-# $Id: pre-configure,v 1.5 1995/11/29 19:07:16 ache Exp $
+# $Id: pre-configure,v 1.6 1995/12/19 23:46:18 ache Exp $
PortsDir=$PORTSDIR
CurDir=$CURDIR
@@ -269,7 +269,7 @@ small=''
medium=''
large=''
huge=''
-optimize='-O2 -fno-strength-reduce'
+optimize='-O2'
ccflags=''
cppflags=''
ldflags=''