summaryrefslogtreecommitdiff
path: root/net/vnc/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/vnc/patches/patch-aa')
-rw-r--r--net/vnc/patches/patch-aa35
1 files changed, 19 insertions, 16 deletions
diff --git a/net/vnc/patches/patch-aa b/net/vnc/patches/patch-aa
index c0edc20003a..f26e63956ec 100644
--- a/net/vnc/patches/patch-aa
+++ b/net/vnc/patches/patch-aa
@@ -1,17 +1,20 @@
-$NetBSD: patch-aa,v 1.3 1998/08/07 11:11:03 agc Exp $
+$NetBSD: patch-aa,v 1.4 1999/04/20 18:39:34 tron Exp $
-*** Xvnc/config/cf/NetBSD.cf.orig Tue Jul 28 14:19:10 1998
---- Xvnc/config/cf/NetBSD.cf Tue Jul 28 12:45:19 1998
-***************
-*** 373,377 ****
- * Definition for compiling on Alpha machines
- */
- #ifdef AlphaArchitecture
-! #define BuildServer NO
- #endif
---- 373,377 ----
- * Definition for compiling on Alpha machines
- */
- #ifdef AlphaArchitecture
-! #define BuildServer YES
- #endif
+--- Xvnc/config/cf/NetBSD.cf.orig Sat Jul 26 08:30:39 1997
++++ Xvnc/config/cf/NetBSD.cf Tue Apr 20 20:20:09 1999
+@@ -88,7 +88,7 @@
+ #define MkdirHierCmd mkdir -p
+
+ #define CppCmd /usr/libexec/cpp
+-#define StandardCppDefines -traditional
++#define StandardCppDefines -traditional -Dunix
+ #define PreProcessCmd CppCmd
+ #define PreIncDir /usr/include
+
+@@ -373,5 +373,5 @@
+ * Definition for compiling on Alpha machines
+ */
+ #ifdef AlphaArchitecture
+-#define BuildServer NO
++#define BuildServer YES
+ #endif