]> git.pld-linux.org Git - packages/X11.git/blame - XFree86-pic.patch
- original from http://xorg.freedesktop.org/releases/X11R6.9.0/patches/x11r6.9.0...
[packages/X11.git] / XFree86-pic.patch
CommitLineData
159289d8 1diff -urN xc.orig/config/cf/Library.tmpl xc/config/cf/Library.tmpl
2--- xc.orig/config/cf/Library.tmpl Mon Dec 30 15:52:30 2002
3+++ xc/config/cf/Library.tmpl Mon Dec 30 19:33:30 2002
4@@ -212,9 +212,9 @@
5 # if !DoSharedLib && defined(IncludeNormalLibInSharedObject)
6 # define _NormalObjCompile(options) NormalRelocLibObjCompile(options)
7 # else
8-# define _NormalObjCompile(options) NormalLibObjCompile(options)
9+# define _NormalObjCompile(options) NormalLibObjCompile(options $(PICFLAGS))
10 # endif
742a77f5 11-# define _NormalObjCplusplusCompile(options) NormalLibObjCplusplusCompile(options)
742a77f5 12+# define _NormalObjCplusplusCompile(options) NormalLibObjCplusplusCompile(options $(PICFLAGS))
13 # define _NormalCleanDir() $(_NULLCMD_)
14 # endif
15 #endif
159289d8 16@@ -227,8 +227,8 @@
17 # define _SharedObjCompile(options) NormalSharedLibObjCompile(options)
18 # define _SharedObjCplusplusCompile(options) NormalSharedLibObjCplusplusCompile(options)
19 #else
20-# define _SharedObjCompile(options) NormalLibObjCompile(options)
21-# define _SharedObjCplusplusCompile(options) NormalLibObjCplusplusCompile(options)
22+# define _SharedObjCompile(options) NormalLibObjCompile(options $(PICFLAGS))
23+# define _SharedObjCplusplusCompile(options) NormalLibObjCplusplusCompile(options $(PICFLAGS))
24 #endif
25 #endif
26
This page took 0.031173 seconds and 4 git commands to generate.