aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-01-12 09:49:09 +0800
committerache <ache@FreeBSD.org>1996-01-12 09:49:09 +0800
commitcd8ccf477c0b8e7024636452d8db0b145cb84808 (patch)
tree5ba15ea21f05b7f3c9da373a6f711a4992e4b3f8 /mail
parentd6a3bd57b519952a766b0bf7e95f82e211d81d18 (diff)
downloadfreebsd-ports-gnome-cd8ccf477c0b8e7024636452d8db0b145cb84808.tar.gz
freebsd-ports-gnome-cd8ccf477c0b8e7024636452d8db0b145cb84808.tar.zst
freebsd-ports-gnome-cd8ccf477c0b8e7024636452d8db0b145cb84808.zip
Fix coredump in attachment saving (for version with MIME)
Remove -fno-strength-reduce
Diffstat (limited to 'mail')
-rw-r--r--mail/elm+ME/scripts/pre-configure4
-rw-r--r--mail/elm/scripts/pre-configure4
2 files changed, 4 insertions, 4 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=''
diff --git a/mail/elm/scripts/pre-configure b/mail/elm/scripts/pre-configure
index 45ad2555ef5c..b605e1cc1639 100644
--- a/mail/elm/scripts/pre-configure
+++ b/mail/elm/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=''