]> git.pld-linux.org Git - packages/XFree86.git/blame_incremental - XFree86-pic.patch
- 4.8.0 (probably the last XFree86 version ever, for comparison and archival reasons)
[packages/XFree86.git] / XFree86-pic.patch
... / ...
CommitLineData
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
11-# define _NormalObjCplusplusCompile(options) NormalLibObjCplusplusCompile(options)
12+# define _NormalObjCplusplusCompile(options) NormalLibObjCplusplusCompile(options $(PICFLAGS))
13 # define _NormalCleanDir() $(_NULLCMD_)
14 # endif
15 #endif
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.116093 seconds and 4 git commands to generate.