summaryrefslogtreecommitdiff
path: root/XFree86-spencode-nowarning.patch
diff options
context:
space:
mode:
authorJakub Bogusz2003-03-14 09:19:05 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitb12b197ec69df4f123754b50fd9f7303bfccddea (patch)
tree1aba29f8b1d7b314139d443c8f0b80f3300607c9 /XFree86-spencode-nowarning.patch
parent2e2e88b52f1630e56b6429bc0df792635fb2cb8e (diff)
downloadX11-b12b197ec69df4f123754b50fd9f7303bfccddea.zip
X11-b12b197ec69df4f123754b50fd9f7303bfccddea.tar.gz
- remove empty spencode.o from libspeedo.a to avoid warning
Changed files: XFree86-spencode-nowarning.patch -> 1.1
Diffstat (limited to 'XFree86-spencode-nowarning.patch')
-rw-r--r--XFree86-spencode-nowarning.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/XFree86-spencode-nowarning.patch b/XFree86-spencode-nowarning.patch
new file mode 100644
index 0000000..7807a76
--- /dev/null
+++ b/XFree86-spencode-nowarning.patch
@@ -0,0 +1,15 @@
+--- XFree86-4.3.0/xc/lib/font/Speedo/module/Imakefile.orig Wed Feb 13 21:32:47 2002
++++ XFree86-4.3.0/xc/lib/font/Speedo/module/Imakefile Thu Mar 13 15:48:37 2003
+@@ -14,10 +14,10 @@
+ out_scrn.o out_util.o reset.o set_spcs.o set_trns.o
+
+ SRCS = spfuncs.c spfile.c spinfo.c sperr.c spfont.c spglyph.c \
+- spencode.c bics-unicode.c \
++ bics-unicode.c \
+ $(SPEEDOSRCS)
+ OBJS = spfuncs.o spfile.o spinfo.o sperr.o spfont.o spglyph.o \
+- spencode.o bics-unicode.o \
++ bics-unicode.o \
+ $(SPEEDOOBJS)
+
+ LinkSourceFile(bics-unicode.c,..)