View | Details | Raw Unified | Return to bug 21919 | Differences between
and this patch

Collapse All | Expand All

(-)grace/files/freebsd (-27 lines)
Lines 1-27 Link Here
1
#****************************************
2
#* Intel Linux with X11R6 and Motif 2.0 *
3
#****************************************
4
5
###############################
6
# Compiler
7
#
8
CC="gcc"
9
###############################
10
11
###############################
12
# C flags
13
#
14
CFLAGS="-Wall -pedantic"
15
###############################
16
17
###############################
18
# Misc optimization flags
19
#
20
OPTIMIZE="-O2"
21
###############################
22
23
###############################
24
# Flags used for debugging
25
#
26
DEBUG="-g -O2"
27
###############################
(-)grace/files/md5 (-1 / +1 lines)
Line 1 Link Here
1
MD5 (grace-5.0.3gamma.tar.gz) = fe200b1fe353afa3cd0cb580ef9d2106
1
MD5 (grace-5.1.2.tar.gz) = 3f630258a3572d9988aa6010a8167e39
(-)grace/patches/patch-aa (-17 / +3 lines)
Lines 1-21 Link Here
1
*** configure.orig	Sun Aug 22 12:11:35 1999
1
*** configure.orig	Mon May 22 19:54:43 2000
2
--- configure	Fri Sep 10 16:22:17 1999
2
--- configure	Mon May 22 19:54:47 2000
3
***************
3
***************
4
*** 1096,1106 ****
4
*** 2590,2596 ****
5
6
  if test "x${GCC}" = "xyes"
7
  then
8
-     case "${host}" in
9
-     i?86-*-linux-*) CFLAGS="-m486 -malign-double $CFLAGS";;
10
-     i?86-*) CFLAGS="-m486 $CFLAGS";;
11
-   esac
12
-
13
      echo $ac_n "checking "for gcc strength-reduce bug"""... $ac_c" 1>&6
14
  echo "configure:1106: checking "for gcc strength-reduce bug"" >&5
15
  if eval "test \"`echo '$''{'ac_cv_c_gcc_strength_bug'+set}'`\" = set"; then
16
--- 1096,1101 ----
17
***************
18
*** 1832,1838 ****
19
  # It thinks the first close brace ends the variable substitution.
5
  # It thinks the first close brace ends the variable substitution.
20
  test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6
  test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'

Return to bug 21919