]> git.pld-linux.org Git - packages/X11.git/blame - X11-pic.patch
- original from http://xorg.freedesktop.org/releases/X11R6.9.0/patches/x11r6.9.0...
[packages/X11.git] / X11-pic.patch
CommitLineData
37f44e2a 1--- xc.orig/config/cf/Library.tmpl 2004-08-08 14:23:13.000000000 +0200
2+++ xc/config/cf/Library.tmpl 2004-08-08 15:10:06.794996504 +0200
3@@ -214,9 +214,9 @@
4 # if !DoSharedLib && defined(IncludeSharedObjectInNormalLib)
5 # define _NormalObjCompile(options) NormalRelocLibObjCompile(options)
6 # else
7-# define _NormalObjCompile(options) NormalLibObjCompile(options)
8+# define _NormalObjCompile(options) NormalLibObjCompile(options $(PICFLAGS))
9 # endif
10-# define _NormalObjCplusplusCompile(options) NormalLibObjCplusplusCompile(options)
11+# define _NormalObjCplusplusCompile(options) NormalLibObjCplusplusCompile(options $(PICFLAGS))
12 # define _NormalCleanDir() $(_NULLCMD_)
13 # endif
14 #endif
15@@ -229,8 +229,8 @@
16 # define _SharedObjCompile(options) NormalSharedLibObjCompile(options)
17 # define _SharedObjCplusplusCompile(options) NormalSharedLibObjCplusplusCompile(options)
18 #else
19-# define _SharedObjCompile(options) NormalLibObjCompile(options)
20-# define _SharedObjCplusplusCompile(options) NormalLibObjCplusplusCompile(options)
21+# define _SharedObjCompile(options) NormalLibObjCompile(options $(PICFLAGS))
22+# define _SharedObjCplusplusCompile(options) NormalLibObjCplusplusCompile(options $(PICFLAGS))
23 #endif
24 #endif
25
c37c7d75
AM
26--- xc.org/programs/Xserver/hw/xfree86/parser/Imakefile.org 2006-01-01 20:23:00.400963000 +0100
27+++ xc/programs/Xserver/hw/xfree86/parser/Imakefile 2006-01-01 20:49:54.830963000 +0100
da9bd79e 28@@ -45,7 +45,7 @@
c37c7d75 29
da9bd79e
AM
30 #include <Library.tmpl>
31
32-SpecialCObjectRule(scan,NullParameter,$(CONFIG_DEFINES) $(MODULEDEFINES) $(EXT_DEFINES))
33+SpecialCObjectRule(scan,NullParameter,$(CONFIG_DEFINES) $(MODULEDEFINES) $(PICFLAGS) $(EXT_DEFINES))
34
35 NormalProgramTarget(cpconfig,cpconfig.o $(OBJS),NullParameter,$(LOCAL_LIBRARIES),NullParameter)
c37c7d75 36
This page took 0.075788 seconds and 4 git commands to generate.