summaryrefslogtreecommitdiff
path: root/lang/sather/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'lang/sather/patches/patch-ai')
-rw-r--r--lang/sather/patches/patch-ai17
1 files changed, 17 insertions, 0 deletions
diff --git a/lang/sather/patches/patch-ai b/lang/sather/patches/patch-ai
new file mode 100644
index 00000000000..f5c60ea0d7a
--- /dev/null
+++ b/lang/sather/patches/patch-ai
@@ -0,0 +1,17 @@
+$NetBSD: patch-ai,v 1.1.1.1 2002/05/04 00:45:36 jtb Exp $
+
+--- System/Platforms/X/Platform.module.orig Thu May 2 17:18:27 2002
++++ System/Platforms/X/Platform.module Thu May 2 17:19:33 2002
+@@ -16,10 +16,10 @@
+ -- Gui, DualGui and the Browser all rely on these paths
+ -not_a_real_platform
+
+--C_flag -I/usr/X11R6/include/X11/ -- Expected to contain X11/ headers
++-C_flag -I@X11BASE@/include -- Expected to contain X11/ headers
+ -- -C_flag -lm
+
+--C_flag -L/usr/X11R6/lib/ -- Expected to contain libX11.a
++-C_flag "-R@X11BASE@/lib -L@X11BASE@/lib" -- Expected to contain libX11.a
+ -C_flag -lX11
+
+