diff options
Diffstat (limited to 'app-text/ptex/files/ptex-3.1.10_p20071122-pdftosrc-install.patch')
-rw-r--r-- | app-text/ptex/files/ptex-3.1.10_p20071122-pdftosrc-install.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-text/ptex/files/ptex-3.1.10_p20071122-pdftosrc-install.patch b/app-text/ptex/files/ptex-3.1.10_p20071122-pdftosrc-install.patch new file mode 100644 index 000000000000..f8b48015f06c --- /dev/null +++ b/app-text/ptex/files/ptex-3.1.10_p20071122-pdftosrc-install.patch @@ -0,0 +1,19 @@ +diff -Naur tetex-src-3.0.orig/texk/web2c/Makefile.in tetex-src-3.0/texk/web2c/Makefile.in +--- tetex-src-3.0.orig/texk/web2c/Makefile.in 2007-11-30 01:20:29.000000000 +0900 ++++ tetex-src-3.0/texk/web2c/Makefile.in 2007-11-30 01:46:41.000000000 +0900 +@@ -652,13 +652,13 @@ + programs = bibtex ctangle ctie cweave dvicopy dvitomp dvitype gftodvi gftopk \ + ofm2opl opl2ofm ovf2ovp ovp2ovf \ + gftype mft $(odvicopy) $(odvitype) $(otangle) patgen pktogf pktype pltotf \ +- pooltype tangle tftopl tie $(ttf2afm) vftovp vptovf weave ++ pooltype tangle tftopl tie $(ttf2afm) vftovp vptovf weave pdftosrc + engines = $(tex) $(etex) $(mf) $(mfn) $(mpost) \ + $(omega) $(aleph) \ + $(pdftex) $(pdfetex) $(pdfxtex) + + programs: $(programs) $(engines) $(mpware) \ +- $(omegafonts_programs) $(otps_programs) $(pdftosrc) ++ $(omegafonts_programs) $(otps_programs) + + # We put some programs (written directly in C) in a subdirectory. + $(mpware): $(mpware_sources) |