From 92ae5f6897a933023369f0a63ca2ab26a0c10f65 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Fri, 12 Jan 1996 01:49:09 +0000 Subject: Fix coredump in attachment saving (for version with MIME) Remove -fno-strength-reduce --- mail/elm+ME/scripts/pre-configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/elm+ME') 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='' -- cgit v1.2.3