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

14 lines
320 B
Plaintext
Raw Normal View History

--- 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