transfig.3.2.4-pstex.patch

This commit is contained in:
Than Ngo 2006-05-16 10:56:38 +00:00
parent 2b971d9aae
commit 6695333a54
2 changed files with 21 additions and 1 deletions

View File

@ -0,0 +1,20 @@
--- transfig.3.2.4/transfig/mkfile.c.orig 2006-05-16 12:53:15.000000000 +0200
+++ transfig.3.2.4/transfig/mkfile.c 2006-05-16 12:54:23.000000000 +0200
@@ -132,13 +132,13 @@
/*
* The makefile for the pstex need to update two files.
- * file.eps with is created using fig2dev -L pstex file.fig
+ * file.ps with is created using fig2dev -L pstex file.fig
* and
- * file.tex with fig2dev -L pstex_t -p file.eps file.fig
+ * file.tex with fig2dev -L pstex_t -p file.ps file.fig
*
*/
- puttarget(mk, i, "tex", "eps");
- fprintf(mk, "\tfig2dev -L pstex_t -p %s.eps ", i);
+ puttarget(mk, i, "tex", "ps");
+ fprintf(mk, "\tfig2dev -L pstex_t -p %s.ps ", i);
putoptions(mk, altfonts, a->f, a->s, a->m, a->o, i, "tex");
needps = 1;
break;

View File

@ -13,7 +13,7 @@ Patch2: transfig.3.2.4-broken.patch
Patch3: transfig-3.2.4-badc.patch
Patch4: transfig.3.2.4-rgb.patch
Patch5: transfig-3.2.4-modularX.patch
Patch6: transfig.3.2.3d-pstex.patch
Patch6: transfig.3.2.4-pstex.patch
BuildRequires: libpng-devel
BuildRequires: libjpeg-devel