Ticket #16916: patch_for_files_patch-texk_web2c_xetexdir_xetex_mk.diff
File patch_for_files_patch-texk_web2c_xetexdir_xetex_mk.diff, 942 bytes (added by michaelld (Michael Dickens), 16 years ago) |
---|
-
patch-texk_web2c_xetexdir_xetex_mk
old new 1 1 $OpenBSD: patch-texk_web2c_xetexdir_xetex_mk,v 1.1.1.1 2007/07/17 21:53:28 jasper Exp $ 2 2 --- texk/web2c/xetexdir/xetex.mk.orig Sat Jan 20 12:44:35 2007 3 3 +++ texk/web2c/xetexdir/xetex.mk Fri May 4 20:28:40 2007 4 @@ -168,7 +168,7 @@ 5 $(CXX) $(ICUCFLAGS) $(FTFLAGS) $(FONTCONFIGCPPFLAGS) $(ALL_CXXFLAGS) $(XETEX_DEFINES) -c $< -o $@ 6 7 XeTeXFontMgr_Mac.o: $(srcdir)/xetexdir/XeTeXFontMgr_Mac.mm $(XeTeXFontHdrs) 8 - gcc -ObjC++ $(ICUCFLAGS) $(FTFLAGS) $(ALL_CXXFLAGS) $(XETEX_DEFINES) -c $< -o $@ 9 + $(CC) -ObjC++ $(ICUCFLAGS) $(FTFLAGS) $(ALL_CXXFLAGS) $(XETEX_DEFINES) -c $< -o $@ 10 11 cmaps.o: $(srcdir)/xetexdir/cmaps.cpp 12 $(CXX) $(ICUCFLAGS) $(ALL_CXXFLAGS) $(XETEX_DEFINES) -c $< -o $@ 4 13 @@ -275,7 +275,7 @@ xefmts: $(all_xefmts) 5 14 6 15 xefmtdir = $(web2cdir)/xetex