summaryrefslogtreecommitdiffstats
path: root/source/n/epic5/epic5.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-12-25 19:00:02 +0000
committer Eric Hameleers <alien@slackware.com>2019-12-26 08:59:50 +0100
commitbe35adbd1160550e441ead585a97faba68a83f27 (patch)
treea5d719110cc081d7af9c610f8251aa6118fdd64d /source/n/epic5/epic5.SlackBuild
parent4f356a745d1cfec7850c8c2c4a779184f8b418dc (diff)
downloadcurrent-0721884066f39e743693e830a0c80bb26d892bf2.tar.gz
current-0721884066f39e743693e830a0c80bb26d892bf2.tar.xz
Wed Dec 25 19:00:02 UTC 201920191225190002
d/ruby-2.7.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. d/subversion-1.13.0-x86_64-2.txz: Rebuilt. Recompiled against ruby-2.7.0. kde/korundum-4.14.3-x86_64-8.txz: Rebuilt. Recompiled against ruby-2.7.0. kde/qtruby-4.14.3-x86_64-11.txz: Rebuilt. Recompiled against ruby-2.7.0. n/epic5-2.1.1-x86_64-3.txz: Rebuilt. Ruby support won't build, so we'll skip it for now. x/libva-2.6.0-x86_64-1.txz: Upgraded. x/libva-utils-2.6.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/n/epic5/epic5.SlackBuild')
-rwxr-xr-xsource/n/epic5/epic5.SlackBuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/source/n/epic5/epic5.SlackBuild b/source/n/epic5/epic5.SlackBuild
index 0100fd9d3..f1cb70a28 100755
--- a/source/n/epic5/epic5.SlackBuild
+++ b/source/n/epic5/epic5.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2013, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2010, 2013, 2018, 2019 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,11 @@ PKGNAM=epic5
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
EPICVER=5
HELPFILE=current
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
+
+# Default to no Ruby support, since it seems that ruby-2.7.0 is not compatible.
+# Patches to fix this are welcome, otherwise we'll keep an eye on upstream.
+RUBY_OPTION=${RUBY_OPTION:---without-ruby}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -82,6 +86,7 @@ CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--with-tcl=/usr/lib${LIBDIRSUFFIX}/tclConfig.sh \
+ $RUBY_OPTION \
--build=$ARCH-slackware-linux || exit 1
make $NUMJOBS || make || exit 1