summaryrefslogtreecommitdiff
path: root/XFree86-pic.patch
diff options
context:
space:
mode:
authorkloczek2001-01-25 14:59:31 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit742a77f5743fa67aaf0d4a0f1056767d41c3d06c (patch)
tree346d250b5192ea39f4c51f1a6337d10ec712984e /XFree86-pic.patch
parent5dc0a0e055e82ab3e99550fbc7c50bd6885f39c4 (diff)
downloadX11-742a77f5743fa67aaf0d4a0f1056767d41c3d06c.zip
X11-742a77f5743fa67aaf0d4a0f1056767d41c3d06c.tar.gz
patches merged fom rawhide.XFree86-4_0_2-6XFree86-4_0_2-5
Changed files: XFree86-parallelmake.patch -> 1.1 XFree86-pic.patch -> 1.1
Diffstat (limited to 'XFree86-pic.patch')
-rw-r--r--XFree86-pic.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/XFree86-pic.patch b/XFree86-pic.patch
new file mode 100644
index 0000000..c1f53aa
--- /dev/null
+++ b/XFree86-pic.patch
@@ -0,0 +1,13 @@
+--- XFree86-4.0.1Z/xc/config/cf/Library.tmpl.pic Wed Dec 13 16:19:03 2000
++++ XFree86-4.0.1Z/xc/config/cf/Library.tmpl Wed Dec 13 16:19:28 2000
+@@ -147,8 +147,8 @@
+ # define _NormalCleanDir() LibCleanDir(unshared)
+ # else
+ # define _NormalLibMkdir() $(_NULLCMD_)
+-# define _NormalObjCompile(options) NormalLibObjCompile(options)
+-# define _NormalObjCplusplusCompile(options) NormalLibObjCplusplusCompile(options)
++# define _NormalObjCompile(options) NormalLibObjCompile(options $(PICFLAGS))
++# define _NormalObjCplusplusCompile(options) NormalLibObjCplusplusCompile(options $(PICFLAGS))
+ # define _NormalCleanDir() $(_NULLCMD_)
+ # endif
+ #endif