SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
x11/x11vnc/patches/patch-src_gui_c
Normal file
14
x11/x11vnc/patches/patch-src_gui_c
Normal file
|
@ -0,0 +1,14 @@
|
|||
--- src/gui.c.orig Mon Dec 21 04:58:10 2009
|
||||
+++ src/gui.c Wed Dec 23 22:02:45 2009
|
||||
@@ -263,9 +263,8 @@ static void sigusr1 (int sig) {
|
||||
|
||||
/* Most of the following mess is for wish on Solaris: */
|
||||
|
||||
-static char *extra_path = ":/usr/local/bin:/usr/bin/X11:/usr/sfw/bin"
|
||||
- ":/usr/X11R6/bin:/usr/openwin/bin:/usr/dt/bin:/opt/sfw/bin";
|
||||
-static char *wishes[] = {"wish8.4", "wish", "wish8.3", "wish8.5", "wish8.6", "wish8.7", "wishx", "wish8.0", NULL};
|
||||
+static char *extra_path = ":${PREFIX}/bin:${LOCALBASE}/bin:${X11BASE}/bin";
|
||||
+static char *wishes[] = {"wish${MODTK_VERSION}", NULL};
|
||||
|
||||
static void run_gui(char *gui_xdisplay, int connect_to_x11vnc, int start_x11vnc,
|
||||
int simple_gui, pid_t parent, char *gui_opts) {
|
Loading…
Add table
Add a link
Reference in a new issue