summaryrefslogtreecommitdiff
path: root/lang/sather/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'lang/sather/patches/patch-ae')
-rw-r--r--lang/sather/patches/patch-ae35
1 files changed, 35 insertions, 0 deletions
diff --git a/lang/sather/patches/patch-ae b/lang/sather/patches/patch-ae
new file mode 100644
index 00000000000..50ea362de53
--- /dev/null
+++ b/lang/sather/patches/patch-ae
@@ -0,0 +1,35 @@
+$NetBSD: patch-ae,v 1.1.1.1 2002/05/04 00:45:35 jtb Exp $
+
+--- Makefile.orig Thu Nov 4 08:04:28 1999
++++ Makefile Thu May 2 17:09:46 2002
+@@ -23,15 +23,15 @@
+
+ # Standard things
+ # CMP=cmp
+-RANLIB=ranlib
+-MV=mv
+-AR=ar
++RANLIB?=ranlib
++MV?=mv
++AR?=ar
+ RM=rm -f
+ LN=ln -s
+-CP=cp
++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
+@@ -90,7 +90,7 @@
+ # The platform to use if not overridden by a -<platform> option
+ # or the SATHER_PLATFORM environment variable
+ # Should be edited for a particular system
+-DEFAULT_PLATFORM=unix
++DEFAULT_PLATFORM=netbsd
+
+ # The platform used to compile the boot compiler. Usually just default, but has to
+ # be one of: freebsd, hpux_at, iris-4, linux, osf_at, solaris, solaris_at, unix,