13 lines
431 B
Plaintext
13 lines
431 B
Plaintext
$OpenBSD: patch-Xvnc_config_cf_vnc_def,v 1.2 2003/11/18 22:02:09 sturm Exp $
|
|
--- Xvnc/config/cf/vnc.def.orig 2002-11-13 19:03:27.000000000 +0100
|
|
+++ Xvnc/config/cf/vnc.def 2003-11-18 22:38:50.000000000 +0100
|
|
@@ -120,7 +120,7 @@
|
|
#ifdef SunArchitecture
|
|
#define ProjectRoot /usr/openwin
|
|
#else
|
|
-#ifdef LinuxArchitecture
|
|
+#if defined(LinuxArchitecture) || defined(OpenBSDArchitecture)
|
|
#define ProjectRoot /usr/X11R6
|
|
#endif
|
|
#endif
|