summaryrefslogtreecommitdiff
path: root/astro/saoimage/files/patch-aa
blob: b418a4ecc2ec7be9b14a7513bf2732184a7aba92 (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
--- makefile.FreeBSD.orig	Fri Nov  5 15:57:30 1999
+++ makefile.FreeBSD	Sun Jan 16 23:43:10 2000
@@ -36,9 +36,9 @@
 # FBCONFIG_2, which is set to the value of IMTOOLRC in the definition of
 # the CFLAGS macro below.)
 
-SAOBINDIR = $(ROOT)/usr/local/bin/
-SAOMANDIR = $(ROOT)/usr/local/man/manl/
-IMTRCDIR  = $(ROOT)/usr/local/lib/
+SAOBINDIR = $(ROOT)$(PREFIX)/bin/
+SAOMANDIR = $(ROOT)$(PREFIX)/man/manl/
+IMTRCDIR  = $(ROOT)$(PREFIX)/lib/
 
 IMTOOLRC  = $(IMTRCDIR)imtoolrc
 FIFO_I    = $(ROOT)/dev/imt1i
@@ -76,7 +76,7 @@
 # OFLAGS: compiler optimization/debug options.
 
 #OFLAGS = -g -DDEBUG
-OFLAGS = -O2 -m486 -pipe
+OFLAGS = -O2 -pipe
 
 # ADFLAGS: architecture-dependent floating point flags, etc.