diff options
Diffstat (limited to 'source/t/tetex/tetex.SlackBuild')
-rwxr-xr-x | source/t/tetex/tetex.SlackBuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/source/t/tetex/tetex.SlackBuild b/source/t/tetex/tetex.SlackBuild index e813490d..ac6ccf43 100755 --- a/source/t/tetex/tetex.SlackBuild +++ b/source/t/tetex/tetex.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2008, 2009, 2010 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2008, 2009, 2010, 2015 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +22,7 @@ VERSION=3.0 -BUILD=${BUILD:-8} +BUILD=${BUILD:-10} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -110,7 +110,10 @@ zcat $CWD/tetex.tmp.cleanup.diff.gz | patch -p1 --verbose || exit 1 zcat $CWD/tetex.cpascal.getline.posix.2008.diff.gz | patch -p1 --verbose || exit 1 # Patch for libpng-1.4.0: -zcat $CWD/tetex.png14.diff.gz | patch -p1 --verbose || exit 1 +#zcat $CWD/tetex.png14.diff.gz | patch -p1 --verbose || exit 1 + +# Patch for libpng16: (currently causing a segfault... feel free to help :-) +#zcat $CWD/tetex.png16.diff.gz | patch -p1 --verbose || exit 1 # Another problem caused by getline() in glibc: zcat $CWD/tetex.afm2tfm.getline.diff.gz | patch -p1 --verbose || exit 1 @@ -124,7 +127,6 @@ CXXFLAGS="$SLKCFLAGS" \ --without-dialog \ --without-texinfo \ --with-system-ncurses \ - --with-system-pnglib \ --with-system-t1lib \ --with-system-tifflib \ --with-system-zlib \ |