diff options
author | 2009-01-07 09:02:40 +0000 | |
---|---|---|
committer | 2009-01-07 09:02:40 +0000 | |
commit | 31353f7f89c24b720357f81c9bf2915ed94b9563 (patch) | |
tree | 07c8d8f3cbfafa1c53f708668d8f5b27b843d252 /net-misc/nxclient-2xterminalserver/files/1.5.0 | |
parent | Add ldap depends to x2goserver, some cleanups (diff) | |
download | nx-31353f7f89c24b720357f81c9bf2915ed94b9563.tar.gz nx-31353f7f89c24b720357f81c9bf2915ed94b9563.tar.bz2 nx-31353f7f89c24b720357f81c9bf2915ed94b9563.zip |
Add net-misc/nxclient-2xterminalserver and net-misc/nxserver-2xterminalserver, now that they're removed from portage
svn path=/testing/; revision=220
Diffstat (limited to 'net-misc/nxclient-2xterminalserver/files/1.5.0')
-rw-r--r-- | net-misc/nxclient-2xterminalserver/files/1.5.0/nxcomp-1.5.0-gcc4.patch | 12 | ||||
-rw-r--r-- | net-misc/nxclient-2xterminalserver/files/1.5.0/nxcomp-1.5.0-pic.patch | 20 |
2 files changed, 32 insertions, 0 deletions
diff --git a/net-misc/nxclient-2xterminalserver/files/1.5.0/nxcomp-1.5.0-gcc4.patch b/net-misc/nxclient-2xterminalserver/files/1.5.0/nxcomp-1.5.0-gcc4.patch new file mode 100644 index 0000000..3a3a79b --- /dev/null +++ b/net-misc/nxclient-2xterminalserver/files/1.5.0/nxcomp-1.5.0-gcc4.patch @@ -0,0 +1,12 @@ +--- common/nxcomp/RenderExtension.h.orig 2005-02-19 18:23:32.000000000 +0000 ++++ common/nxcomp/RenderExtension.h 2005-08-27 23:16:05.000000000 +0100 +@@ -68,6 +68,8 @@ + // The message class. + // + ++class RenderMinorExtensionStore; ++ + class RenderExtensionMessage : public Message + { + friend class RenderExtensionStore; + diff --git a/net-misc/nxclient-2xterminalserver/files/1.5.0/nxcomp-1.5.0-pic.patch b/net-misc/nxclient-2xterminalserver/files/1.5.0/nxcomp-1.5.0-pic.patch new file mode 100644 index 0000000..7c453a2 --- /dev/null +++ b/net-misc/nxclient-2xterminalserver/files/1.5.0/nxcomp-1.5.0-pic.patch @@ -0,0 +1,20 @@ +--- common/nxcomp/Makefile.in.orig 2006-11-22 21:43:15.000000000 +0000 ++++ common/nxcomp/Makefile.in 2006-11-22 21:43:33.000000000 +0000 +@@ -32,7 +32,7 @@ + + CXX = @CXX@ + CXXFLAGS = @CXXFLAGS@ @X_CFLAGS@ @DEFS@ \ +- -Wall -Wpointer-arith ++ -Wall -Wpointer-arith -fPIC + CXXINCLUDES = + CXXDEFINES = + +@@ -43,7 +43,7 @@ + + CC = @CC@ + CCFLAGS = @X_CFLAGS@ @DEFS@ \ +- -Wall -Wpointer-arith ++ -Wall -Wpointer-arith -fPIC + CCINCLUDES = + CCDEFINES = + |