]> git.pld-linux.org Git - packages/X11.git/blobdiff - X11-pic.patch
- outdated
[packages/X11.git] / X11-pic.patch
diff --git a/X11-pic.patch b/X11-pic.patch
deleted file mode 100644 (file)
index beebcf6..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
---- xc.orig/config/cf/Library.tmpl     2004-08-08 14:23:13.000000000 +0200
-+++ xc/config/cf/Library.tmpl  2004-08-08 15:10:06.794996504 +0200
-@@ -214,9 +214,9 @@
- #  if !DoSharedLib &&  defined(IncludeSharedObjectInNormalLib)
- #   define _NormalObjCompile(options) NormalRelocLibObjCompile(options)
- #  else
--#   define _NormalObjCompile(options) NormalLibObjCompile(options)
-+#   define _NormalObjCompile(options) NormalLibObjCompile(options $(PICFLAGS))
- #  endif
--#  define _NormalObjCplusplusCompile(options) NormalLibObjCplusplusCompile(options)
-+#  define _NormalObjCplusplusCompile(options) NormalLibObjCplusplusCompile(options $(PICFLAGS))
- #  define _NormalCleanDir() $(_NULLCMD_)
- # endif
- #endif
-@@ -229,8 +229,8 @@
- #  define _SharedObjCompile(options) NormalSharedLibObjCompile(options)
- #  define _SharedObjCplusplusCompile(options) NormalSharedLibObjCplusplusCompile(options)
- #else
--# define _SharedObjCompile(options) NormalLibObjCompile(options)
--# define _SharedObjCplusplusCompile(options) NormalLibObjCplusplusCompile(options)
-+# define _SharedObjCompile(options) NormalLibObjCompile(options $(PICFLAGS))
-+# define _SharedObjCplusplusCompile(options) NormalLibObjCplusplusCompile(options $(PICFLAGS))
- #endif
- #endif
---- xc.org/programs/Xserver/hw/xfree86/parser/Imakefile.org    2006-01-01 20:23:00.400963000 +0100
-+++ xc/programs/Xserver/hw/xfree86/parser/Imakefile    2006-01-01 20:49:54.830963000 +0100
-@@ -45,7 +45,7 @@
- #include <Library.tmpl>
--SpecialCObjectRule(scan,NullParameter,$(CONFIG_DEFINES) $(MODULEDEFINES) $(EXT_DEFINES))
-+SpecialCObjectRule(scan,NullParameter,$(CONFIG_DEFINES) $(MODULEDEFINES) $(PICFLAGS) $(EXT_DEFINES))
- NormalProgramTarget(cpconfig,cpconfig.o $(OBJS),NullParameter,$(LOCAL_LIBRARIES),NullParameter)
This page took 0.026727 seconds and 4 git commands to generate.