1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Fix coredump in attachment saving (for version with MIME)

Remove -fno-strength-reduce
This commit is contained in:
Andrey A. Chernov 1996-01-12 01:49:09 +00:00
parent 4157893907
commit 92ae5f6897
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2614
2 changed files with 4 additions and 4 deletions

View File

@ -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=''

View File

@ -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=''