Make work with zlib 1.2.6
This commit is contained in:
parent
78a9f8e347
commit
e2af7e65e3
3 changed files with 18 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.8 2011/11/01 06:02:27 sbd Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2012/03/21 22:32:34 markd Exp $
|
||||
|
||||
DISTNAME= texlive-20110705-source
|
||||
PKGNAME= xetex-0.9997.5
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/texlive/Source/}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.5 2011/07/28 04:44:48 minskim Exp $
|
||||
$NetBSD: distinfo,v 1.6 2012/03/21 22:32:34 markd Exp $
|
||||
|
||||
SHA1 (texlive-20110705-source.tar.xz) = 7a47cfe847801c86c98da8ade181baf97339f6e4
|
||||
RMD160 (texlive-20110705-source.tar.xz) = fbcad494cc4717a0238ab2624f259270fce9332b
|
||||
Size (texlive-20110705-source.tar.xz) = 131207904 bytes
|
||||
SHA1 (patch-texk_web2c_xetexdir_xetex.ch) = 6cde72b7d7bd011b479975c6d7f21ffa1d7bf1fc
|
||||
|
|
14
print/xetex/patches/patch-texk_web2c_xetexdir_xetex.ch
Normal file
14
print/xetex/patches/patch-texk_web2c_xetexdir_xetex.ch
Normal file
|
@ -0,0 +1,14 @@
|
|||
$NetBSD: patch-texk_web2c_xetexdir_xetex.ch,v 1.1 2012/03/21 22:32:35 markd Exp $
|
||||
|
||||
Work with zlib 1.2.6. From http://trac.macports.org/changeset/89696
|
||||
|
||||
--- /local/scratch/pkgsrc/print/xetex/work.debretts/texlive-20110705-source/texk/web2c/xetexdir/xetex.ch.orig 2012-03-12 03:24:10.533956184 +0000
|
||||
+++ /local/scratch/pkgsrc/print/xetex/work.debretts/texlive-20110705-source/texk/web2c/xetexdir/xetex.ch
|
||||
@@ -6944,7 +6944,6 @@ if (x<>69069)or feof(fmt_file) then goto
|
||||
@y
|
||||
undump_int(x);
|
||||
if (x<>69069) then goto bad_fmt;
|
||||
-if not w_eof(fmt_file) then goto bad_fmt
|
||||
@z
|
||||
|
||||
@x
|
Loading…
Reference in a new issue