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:
parent
f0516c31ff
commit
74263ed95d
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue