aboutsummaryrefslogtreecommitdiff
path: root/math/metis4/files/patch-aa
blob: 631f79263f9edffa18a5af40911bb772c78bfb4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
*** Makefile.in.orig	Fri Oct  9 20:16:24 1998
--- Makefile.in	Fri Oct  9 20:17:42 1998
***************
*** 1,9 ****
  
  # Which compiler to use
! CC = cc
  
  # What optimization level to use
! OPTFLAGS = -O2
  
  # What options to be used by the compiler
  COPTIONS = 
--- 1,9 ----
  
  # Which compiler to use
! # CC = cc
  
  # What optimization level to use
! # OPTFLAGS = -O2
  
  # What options to be used by the compiler
  COPTIONS = 
***************
*** 12,21 ****
  LDOPTIONS = 
  
  # What archiving to use
! AR = ar rv
  
  # What to use for indexing the archive
! RANLIB = ranlib
  # RANLIB = ar -ts
  # RANLIB = 
  
--- 12,21 ----
  LDOPTIONS = 
  
  # What archiving to use
! # AR = ar rv
  
  # What to use for indexing the archive
! # RANLIB = ranlib
  # RANLIB = ar -ts
  # RANLIB =