You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
2.3 KiB
56 lines
2.3 KiB
# --- T2-COPYRIGHT-NOTE-BEGIN --- |
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
# |
|
# T2 SDE: package/.../x11vnc/system-lib.patch |
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
# |
|
# More information can be found in the files COPYING and README. |
|
# |
|
# This patch file is dual-licensed. It is available under the license the |
|
# patched project is licensed under, as long as it is an OpenSource license |
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|
# of the GNU General Public License as published by the Free Software |
|
# Foundation; either version 2 of the License, or (at your option) any later |
|
# version. |
|
# --- T2-COPYRIGHT-NOTE-END --- |
|
|
|
We want to seperate packages: libvncserver and x11vnc to allow users |
|
a fine grained choice whether they later the later. |
|
|
|
The next one removing this patch gets slapped! |
|
|
|
- Rene Rebe <rene@exactcode.de> |
|
|
|
diff -ur x11vnc-0.7.2/Makefile.in x11vnc-0.7.2-fixed/Makefile.in |
|
--- x11vnc-0.7.2/Makefile.in 2005-07-13 16:11:02.000000000 +0200 |
|
+++ x11vnc-0.7.2-fixed/Makefile.in 2005-10-05 18:21:54.000000000 +0200 |
|
@@ -180,7 +180,7 @@ |
|
target_alias = @target_alias@ |
|
with_ffmpeg = @with_ffmpeg@ |
|
EXTRA_DIST = tightvnc-1.3dev5-vncviewer-alpha-cursor.patch README.LibVNCServer |
|
-SUBDIRS = libvncserver x11vnc classes |
|
+SUBDIRS = x11vnc classes |
|
DIST_SUBDIRS = libvncserver x11vnc classes |
|
#noinst_HEADERS=rfb.h rfbconfig.h rfbint.h rfbproto.h keysym.h rfbregion.h |
|
noinst_HEADERS = rfb/rfb.h rfb/rfbconfig.h rfb/rfbint.h rfb/rfbproto.h \ |
|
diff -ur x11vnc-0.7.2/x11vnc/Makefile.in x11vnc-0.7.2-fixed/x11vnc/Makefile.in |
|
--- x11vnc-0.7.2/x11vnc/Makefile.in 2005-07-13 16:11:02.000000000 +0200 |
|
+++ x11vnc-0.7.2-fixed/x11vnc/Makefile.in 2005-10-05 18:25:03.000000000 +0200 |
|
@@ -82,7 +82,7 @@ |
|
@HAVE_X_TRUE@ xkb_bell.$(OBJEXT) xrandr.$(OBJEXT) \ |
|
@HAVE_X_TRUE@ xrecord.$(OBJEXT) xwrappers.$(OBJEXT) |
|
x11vnc_OBJECTS = $(am_x11vnc_OBJECTS) |
|
-am__DEPENDENCIES_1 = ../libvncserver/libvncserver.a |
|
+am__DEPENDENCIES_1 = |
|
am__DEPENDENCIES_2 = |
|
@HAVE_X_TRUE@x11vnc_DEPENDENCIES = $(am__DEPENDENCIES_1) \ |
|
@HAVE_X_TRUE@ $(am__DEPENDENCIES_2) |
|
@@ -217,7 +217,7 @@ |
|
target_alias = @target_alias@ |
|
with_ffmpeg = @with_ffmpeg@ |
|
AM_CFLAGS = -I $(top_srcdir) |
|
-LDADD = ../libvncserver/libvncserver.a @WSOCKLIB@ |
|
+LDADD = -lvncserver @WSOCKLIB@ |
|
SUBDIRS = misc |
|
DIST_SUBDIRS = misc |
|
man_MANS = x11vnc.1
|
|
|