fix ttfm's Makefile. Our make has never supported this gmake-ism.
-- Informed by naddy@
This commit is contained in:
parent
02992c0124
commit
e4053179db
11
chinese/ttfm/patches/patch-Makefile
Normal file
11
chinese/ttfm/patches/patch-Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.orig Sat Dec 16 18:56:41 2000
|
||||
+++ Makefile Wed May 30 10:16:06 2001
|
||||
@@ -20,7 +20,7 @@
|
||||
-install -m 755 modules/xttfm.ttfm $(prefix)/share/fonts/install/
|
||||
|
||||
ttfinfo: ttfinfo.o
|
||||
- $(CC) -o $@ $< $(LDFALGS) $?
|
||||
+ $(CC) -o $@ $(LDFALGS) $?
|
||||
|
||||
ttfinfo.o: ttfinfo.c panose.h ttos2val.h
|
||||
|
Loading…
Reference in New Issue
Block a user