mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
be5020f1e7
causes `less' to go nuts.
13 lines
369 B
Plaintext
13 lines
369 B
Plaintext
--- Boot/sacomp.code/Makefile.orig Thu Nov 4 00:04:49 1999
|
|
+++ Boot/sacomp.code/Makefile Sat Feb 19 17:30:50 2000
|
|
@@ -1,6 +1,6 @@
|
|
SHOME =../..
|
|
-CFLAGS = -I. -O2 -I../System/Common
|
|
-CC =gcc
|
|
+CFLAGS += -I. -I../System/Common -I${LOCALBASE}/include
|
|
+CC ?=gcc
|
|
HDR =sather.h tags.h
|
|
-LIBS = -lgc -lm
|
|
+LIBS = -lgc -lm -L${LOCALBASE}/lib
|
|
CS =sacomp
|