1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/lang/Sather/files/patch-ab
David E. O'Brien 534aec00c5 Upgrade to version 1.2.1
PR:		16675
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-02-13 19:55:08 +00:00

14 lines
320 B
Plaintext

--- Makefile.orig Thu Nov 4 17:04:28 1999
+++ Makefile Wed Feb 2 19:46:11 2000
@@ -30,8 +30,8 @@
LN=ln -s
CP=cp
-CPP=/lib/cpp -C -P
-CC=gcc
+CPP=/usr/bin/cpp -C -P
+CC?=gcc
EXEC_SUFFIX=
# CC is only used for bootstrapping, check System/Common/CONFIG.proto if
# you want to change it for all Sather compilations