diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-03-27 09:37:12 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-27 09:37:12 -0500 |
commit | 74263ed95d3d3f7f680548bc2f11be0a1c206092 (patch) | |
tree | 5596cd3987785b0da941a0f55b4b03d233df084c /office/texlive | |
parent | f0516c31ff1d294f0a56bb215d014bcc12a44fba (diff) | |
download | slackbuilds-74263ed95d3d3f7f680548bc2f11be0a1c206092.tar.gz |
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>
Diffstat (limited to 'office/texlive')
-rw-r--r-- | office/texlive/texlive.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/office/texlive/texlive.SlackBuild b/office/texlive/texlive.SlackBuild index 799b77f719..822de12cf7 100644 --- a/office/texlive/texlive.SlackBuild +++ b/office/texlive/texlive.SlackBuild @@ -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 \ |