From 74263ed95d3d3f7f680548bc2f11be0a1c206092 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sun, 27 Mar 2011 09:37:12 -0500 Subject: 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 --- office/texlive/texlive.SlackBuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'office/texlive') 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 \ -- cgit v1.2.3