diff options
Diffstat (limited to 'net-misc/nxclient-2xterminalserver/files/1.5.0/nxcomp-1.5.0-pic.patch')
-rw-r--r-- | net-misc/nxclient-2xterminalserver/files/1.5.0/nxcomp-1.5.0-pic.patch | 20 |
1 files changed, 0 insertions, 20 deletions
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 deleted file mode 100644 index 7c453a2..0000000 --- a/net-misc/nxclient-2xterminalserver/files/1.5.0/nxcomp-1.5.0-pic.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- 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 = - |