summaryrefslogtreecommitdiff
path: root/lang/Sather/files/patch-ab
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-22 06:12:06 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-22 06:12:06 +0000
commit529e2d348b6ade86539726382e10f7dab363cfe0 (patch)
tree41c61f17b8de28c69166eb9aa9de0bfb890ca330 /lang/Sather/files/patch-ab
parentSupport CXX/CXXFLAGS properly (diff)
- Fix build
- Add several libraries, utilities and documents PR: 44349 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=68573
Diffstat (limited to 'lang/Sather/files/patch-ab')
-rw-r--r--lang/Sather/files/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/Sather/files/patch-ab b/lang/Sather/files/patch-ab
deleted file mode 100644
index 1adc6c67faa1..000000000000
--- a/lang/Sather/files/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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