aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/omi/files/patch-aa
blob: 8a042c6479b5e20b2439f71e15b85677436bdbe0 (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
*** Makefile.orig   Sat Dec 19 07:19:54 1998
--- Makefile    Sat Dec 19 18:25:56 1998
***************
*** 12,23 ****
  #   Normally you should not have to change anything else.
  #
  
! PREFIX=/usr/local
  BINDIR=$(PREFIX)/bin
  MANDIR=$(PREFIX)/man
  SECTION=1
  
! OPTFLAGS=-g
  #OPTFLAGS=-O5
  #OPTFLAGS=-fast -native -xO5
  
--- 12,23 ----
  #   Normally you should not have to change anything else.
  #
  
! PREFIX?=/usr/local
  BINDIR=$(PREFIX)/bin
  MANDIR=$(PREFIX)/man
  SECTION=1
  
! OPTFLAGS:=${CFLAGS}
  #OPTFLAGS=-O5
  #OPTFLAGS=-fast -native -xO5