Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 4a50ab359942ac4c35cceab4f713aaec > files > 8

texlive-2007-21.r6295.8mdv2010.1.src.rpm

diff -p -up ./texk/web2c/pdftexdir/ptexlib.h.orig02 ./texk/web2c/pdftexdir/ptexlib.h
--- ./texk/web2c/pdftexdir/ptexlib.h.orig02	2009-02-06 10:20:04.000000000 -0500
+++ ./texk/web2c/pdftexdir/ptexlib.h	2009-02-06 10:22:10.000000000 -0500
@@ -38,8 +38,6 @@ $Id: ptexlib.h 185 2007-07-09 10:43:44Z 
 /* avl */
 #  include "avlstuff.h"
 
-#  include "openbsd-compat.h"
-
 /* pdftexlib type declarations */
 typedef struct {
     const char *pdfname;
diff -p -up ./texk/web2c/pdftexdir/utils.c.orig99 ./texk/web2c/pdftexdir/utils.c
--- ./texk/web2c/pdftexdir/utils.c.orig99	2009-02-06 12:20:55.000000000 -0500
+++ ./texk/web2c/pdftexdir/utils.c	2009-02-06 12:21:35.000000000 -0500
@@ -20,7 +20,6 @@ Franklin Street, Fifth Floor, Boston, MA
 $Id: utils.c 168 2007-07-06 20:38:42Z oneiros $
 */
 
-#include "openbsd-compat.h"
 #ifdef HAVE_ASPRINTF            /* asprintf is not defined in openbsd-compat.h, but in stdio.h */
 #  include <stdio.h>
 #endif
@@ -1268,7 +1267,7 @@ void initversionstring(char **versions)
                     "Compiled with zlib %s; using zlib %s\n"
                     "Compiled with xpdf version %s\n",
                     PNG_LIBPNG_VER_STRING, png_libpng_ver,
-                    ZLIB_VERSION, zlib_version, xpdfVersion);
+                    ZLIB_VERSION, zlib_version, "0.0.0");
 }