File: vncsofpicfix.patch

package info (click to toggle)
vnc4 4.0-8
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 28,120 kB
  • ctags: 5,701
  • sloc: cpp: 16,749; ansic: 11,788; sh: 3,015; perl: 819; makefile: 370
file content (11 lines) | stat: -rw-r--r-- 548 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
--- buildtemp/xc/programs/Xserver/vnc/module/Imakefile~	2004-08-19 12:42:56.000000000 +0200
+++ buildtemp/xc/programs/Xserver/vnc/module/Imakefile	2004-08-19 22:51:01.000000000 +0200
@@ -13,7 +13,7 @@
 INCLUDES = -I.. -I../../include -I$(EXTINCSRC) -I$(XINCLUDESRC) \
            -I$(FONTINCSRC) -I$(XF86COMSRC) \
            $(VNCINCLUDE)
- DEFINES = $(STD_DEFINES) -DGC_HAS_COMPOSITE_CLIP -DXFree86LOADER
+ DEFINES = -fPIC $(STD_DEFINES) -DGC_HAS_COMPOSITE_CLIP -DXFree86LOADER
 
 LinkSourceFile(vncExtInit.cc,..)
 LinkSourceFile(vncHooks.cc,..)