1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/lang/Sather/files/patch-03
2000-02-20 01:33:20 +00:00

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