summaryrefslogtreecommitdiff
path: root/emulators/minivmac/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/minivmac/patches/patch-aa')
-rw-r--r--emulators/minivmac/patches/patch-aa25
1 files changed, 25 insertions, 0 deletions
diff --git a/emulators/minivmac/patches/patch-aa b/emulators/minivmac/patches/patch-aa
new file mode 100644
index 00000000000..aa56bda2f8b
--- /dev/null
+++ b/emulators/minivmac/patches/patch-aa
@@ -0,0 +1,25 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/10/15 12:39:12 kei Exp $
+
+--- tool/bash/build.orig Thu Jul 18 03:09:52 2002
++++ tool/bash/build Mon Oct 14 03:49:09 2002
+@@ -32,17 +32,17 @@
+
+ # what compiler to use and what options
+
+-CallC="gcc -c"
++CallC="${CC} -c -I${X11BASE}/include"
+ CallC="${CallC} -Wall -Wmissing-prototypes -Wstrict-prototypes"
+ CallC="${CallC} -O3"
+
+ # what linker to use and what options
+
+-LinkLine="gcc"
++LinkLine="${CC}"
+
+ # what libraries to link with
+
+-LinkLibs="-L/usr/X11R6/lib -lXext -lX11"
++LinkLibs="-L${X11BASE}/lib -Wl,-R${X11BASE}/lib -lXext -lX11"
+
+ # set this to 1 for more speed if you have a PowerPC computer,
+ # or other processor with big endian addressing that can