diff options
Diffstat (limited to 'source/n/lynx/lynx.SlackBuild')
-rwxr-xr-x | source/n/lynx/lynx.SlackBuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/source/n/lynx/lynx.SlackBuild b/source/n/lynx/lynx.SlackBuild index 33e242c5..0c815987 100755 --- a/source/n/lynx/lynx.SlackBuild +++ b/source/n/lynx/lynx.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2008, 2009, 2010, 2012, 2016, 2017, 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2008, 2009, 2010, 2012, 2016, 2017, 2018, 2021 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,9 +23,9 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=lynx -PKGVER=2.8.9rel.1 -DIRVER=2.8.9rel.1 -BUILD=${BUILD:-3} +PKGVER=2.9.0dev.9 +DIRVER=2.9.0dev.9 +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} @@ -84,6 +84,8 @@ zcat $CWD/lynx-CVE-2008-4690.patch.gz | patch -p1 --verbose || exit 1 # Change default colors: zcat $CWD/lynx.cfg.diff.gz | patch -p1 --verbose --backup || exit 1 +find . -name "*.orig" -exec rm "{}" \; + CFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ |