office/texlive: Build using the included xpdf libraries.

I'm sure glad that the poppler library was split out of xpdf
so we don't have to alter/recompile everything after a change
to the pdf libraries.  Oh wait...

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2011-03-27 09:37:12 -05:00
parent f0516c31ff
commit 74263ed95d
1 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# TeXLive build script for Slackware
# Copyright 2009, 2010 Robby Workman, Northport, AL, USA
# Copyright 2009-2011 Robby Workman, Northport, AL, USA
# Copyright 2009 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
@ -27,7 +27,7 @@
PRGNAM=texlive
VERSION=20100722
BUILD=${BUILD:-2}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
SOURCE_VERS=$VERSION
@ -90,7 +90,6 @@ patch -p1 < $CWD/patches/source-fixup_texmf-local_tree_in_texmf_cnf.diff
# "go with the flow" and use "--enable-multiplatform" so the symlinks
# that are automatically created will be correct...
# Building with "--without-system-xpdf" because poppler API changes too often
# Re ^^ let's try again with the system poppler library
TL_BUILD_ENV="CFLAGS=\"$SLKCFLAGS\" CXXFLAGS=\"$SLKCFLAGS\"" \
TL_CONFIGURE_ARGS="\
--enable-multiplatform \
@ -101,7 +100,7 @@ TL_CONFIGURE_ARGS="\
--with-x \
--without-etex \
--disable-xindy \
--with-system-xpdf \
--without-system-xpdf \
--with-system-ncurses \
--with-system-zlib \
--with-system-pnglib \