summaryrefslogtreecommitdiffstats
path: root/office/texlive/texlive.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'office/texlive/texlive.SlackBuild')
-rw-r--r--office/texlive/texlive.SlackBuild7
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 \