]> git.pld-linux.org Git - packages/XFree86-Servers.git/blame - XFree86-Servers-sparc-asmflags.patch
- move compressed patch to distfiles
[packages/XFree86-Servers.git] / XFree86-Servers-sparc-asmflags.patch
CommitLineData
3d715510
JB
1--- XFree86-4.0/xc/programs/Xserver/cfb/Imakefile.asmflags Thu Jun 1 11:52:12 2000
2+++ XFree86-4.0/xc/programs/Xserver/cfb/Imakefile Thu Jun 1 11:47:38 2000
3@@ -234,10 +234,10 @@
4 $(RM) stipsparcte.s
5
6 stipsparc.o: stipsparc.s
7- $(CPP) stipsparc.s | $(AS) -o $@ -
8+ $(CPP) stipsparc.s AsmDefines | $(AS) -o $@ -
9
10 stipsparcte.o: stipsparcte.s
11- $(CPP) -DTETEXT stipsparcte.s | $(AS) -o $@ -
12+ $(CPP) -DTETEXT stipsparcte.s AsmDefines | $(AS) -o $@ -
13 #endif
14 #endif
15
16@@ -250,10 +250,10 @@
17 $(RM) stipsprcte32.s
18
19 stipsprc32.o: stipsprc32.s
20- $(CPP) stipsprc32.s | $(AS) -o $@ -
21+ $(CPP) stipsprc32.s AsmDefines | $(AS) -o $@ -
22
23 stipsprcte32.o: stipsprcte32.s
24- $(CPP) -DTETEXT stipsprcte32.s | $(AS) -o $@ -
25+ $(CPP) -DTETEXT stipsprcte32.s AsmDefines | $(AS) -o $@ -
26 #endif
27 #endif
28
This page took 0.118859 seconds and 4 git commands to generate.