diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-05-03 02:10:16 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-05-03 02:10:16 +0000 |
commit | 92d841e579d3e59a328d81f9688d715e9bb4bee6 (patch) | |
tree | a46882be5844a5124991f4d2bc773ebeb513026c /net/x11vnc | |
parent | 0185a17d0292abe9e51c711aa16af3e304294cab (diff) |
Notes
Diffstat (limited to 'net/x11vnc')
-rw-r--r-- | net/x11vnc/files/patch-configure | 14 | ||||
-rw-r--r-- | net/x11vnc/files/patch-x11vnc__x11vnc.h | 13 |
2 files changed, 0 insertions, 27 deletions
diff --git a/net/x11vnc/files/patch-configure b/net/x11vnc/files/patch-configure deleted file mode 100644 index 33c431c23ac5..000000000000 --- a/net/x11vnc/files/patch-configure +++ /dev/null @@ -1,14 +0,0 @@ ---- configure.orig 2008-12-20 16:02:44.000000000 +0600 -+++ configure 2008-12-20 16:04:43.000000000 +0600 -@@ -13234,6 +13234,11 @@ - WITH_X11VNC_TRUE='#' - WITH_X11VNC_FALSE= - fi -+if test "x$with_avahi" = "xyes" -+then -+ echo "configure: avahi used, forcing use -lintl" -+ LIBS="-lintl $LIBS" -+fi - - - diff --git a/net/x11vnc/files/patch-x11vnc__x11vnc.h b/net/x11vnc/files/patch-x11vnc__x11vnc.h deleted file mode 100644 index 7dd05a21f4a9..000000000000 --- a/net/x11vnc/files/patch-x11vnc__x11vnc.h +++ /dev/null @@ -1,13 +0,0 @@ ---- x11vnc/x11vnc.h.orig 2009-03-16 08:04:58.000000000 +1000 -+++ x11vnc/x11vnc.h 2010-04-30 23:48:55.249699749 +1100 -@@ -266,6 +266,10 @@ - #include <sys/ipc.h> - #include <sys/shm.h> - #include <X11/extensions/XShm.h> -+#ifndef X_ShmAttach -+#include <X11/Xmd.h> -+#include <X11/extensions/shmproto.h> -+#endif - #endif - #if LIBVNCSERVER_HAVE_SHMAT - #include <sys/ipc.h> |