Magellan Linux

Contents of /trunk/tigervnc/patches/tigervnc-1.5.0-fpermissive.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2621 - (show annotations) (download)
Thu Jul 16 06:59:55 2015 UTC (8 years, 10 months ago) by niro
File size: 632 byte(s)
-fixes for 1.5.0
1 diff -ur tigervnc-1.4.0.orig/unix/xserver/hw/vnc/Makefile.am tigervnc-1.4.0/unix/xserver/hw/vnc/Makefile.am
2 --- tigervnc-1.4.0.orig/unix/xserver/hw/vnc/Makefile.am 2014-12-10 11:18:40.000000000 +0100
3 +++ tigervnc-1.4.0/unix/xserver/hw/vnc/Makefile.am 2014-12-14 23:17:54.569210661 +0100
4 @@ -7,6 +7,9 @@
5 XREGION_LIB=$(LIB_DIR)/Xregion/libXregion.la
6 COMMON_LIBS=$(NETWORK_LIB) $(RFB_LIB) $(RDR_LIB) $(XREGION_LIB)
7
8 +# Hack to get the C headers to work when included from C++ code
9 +AM_CXXFLAGS = -fpermissive
10 +
11 noinst_LTLIBRARIES = libvnccommon.la
12
13 HDRS = RegionHelper.h vncExtInit.h vncHooks.h XserverDesktop.h xorg-version.h \