mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
e566a0c268
PR: 4457 Submitted by: the port maintainer
20 lines
612 B
Plaintext
20 lines
612 B
Plaintext
*** configure.orig Mon Sep 1 19:01:06 1997
|
|
--- configure Mon Sep 1 19:12:55 1997
|
|
*************** case "$OS_TYPE" in
|
|
*** 1409,1415 ****
|
|
if test "$OS_TYPE" = "FreeBSD" ; then
|
|
OS_TYPE="BSD"
|
|
fi
|
|
! CFLAGS="-O6 -ffast-math -fomit-frame-pointer ${CFLAGS_ARCH}"
|
|
DEFINES="-DNO_BYTE_SWAPPING -DOS_$OS_TYPE -DARCH_$ARCH_TYPE"
|
|
;;
|
|
|
|
--- 1409,1415 ----
|
|
if test "$OS_TYPE" = "FreeBSD" ; then
|
|
OS_TYPE="BSD"
|
|
fi
|
|
! CFLAGS="-O2 -m486 -pipe -ffast-math -fomit-frame-pointer ${CFLAGS_ARCH}"
|
|
DEFINES="-DNO_BYTE_SWAPPING -DOS_$OS_TYPE -DARCH_$ARCH_TYPE"
|
|
;;
|
|
|