]> git.pld-linux.org Git - packages/X11.git/blob - X11-pic.patch
- update
[packages/X11.git] / X11-pic.patch
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  
This page took 0.4032 seconds and 3 git commands to generate.