diff options
Diffstat (limited to 'system/rxvt-unicode/rxvt-unicode.SlackBuild')
-rw-r--r-- | system/rxvt-unicode/rxvt-unicode.SlackBuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/system/rxvt-unicode/rxvt-unicode.SlackBuild b/system/rxvt-unicode/rxvt-unicode.SlackBuild index 860a78a516..ad5808dab9 100644 --- a/system/rxvt-unicode/rxvt-unicode.SlackBuild +++ b/system/rxvt-unicode/rxvt-unicode.SlackBuild @@ -25,16 +25,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=rxvt-unicode -VERSION="9.07" +VERSION="9.09" BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -87,7 +85,6 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-xft \ --enable-font-styles \ --enable-transparency \ - --enable-tinting \ --enable-fading \ --enable-frills \ --enable-afterimage \ @@ -95,7 +92,6 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-next-scroll \ --enable-xterm-scroll \ --enable-perl \ - --enable-plain-scroll \ --enable-xim \ --enable-iso14755 \ --enable-keepscrolling \ |