freebsd-ports/lang/Sather/files/patch-Boot::sacomp.code::Makefile
Ying-Chieh Liao 529e2d348b - Fix build
- Add several libraries, utilities and documents

PR:		44349
Submitted by:	Ports Fury
2002-10-22 06:12:06 +00:00

12 lines
385 B
Text

--- 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. %%CFLAGS%% -I../System/Common -I%%LOCALBASE%%/include
+CC =%%CC%%
HDR =sather.h tags.h
-LIBS = -lgc -lm
+LIBS = -lgc -lm -L%%LOCALBASE%%/lib
CS =sacomp