summaryrefslogtreecommitdiffstats
path: root/libraries/libvmdk/libvmdk.SlackBuild
diff options
context:
space:
mode:
author Barry J. Grundy <bgrundyat>2022-05-25 07:56:30 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-05-28 09:11:36 +0700
commit18245d5ce9b483b0e57d2805554427f17e6afdee (patch)
treec21a3f5ca7fa5d238cb2c164be17e68a716b0eee /libraries/libvmdk/libvmdk.SlackBuild
parent3871af76fcda5b75688b5a61507ca30dc04c07ab (diff)
downloadslackbuilds-18245d5ce9b483b0e57d2805554427f17e6afdee.tar.gz
slackbuilds-18245d5ce9b483b0e57d2805554427f17e6afdee.tar.xz
libraries/libvmdk: Enable python3.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libvmdk/libvmdk.SlackBuild')
-rw-r--r--libraries/libvmdk/libvmdk.SlackBuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/libraries/libvmdk/libvmdk.SlackBuild b/libraries/libvmdk/libvmdk.SlackBuild
index 9249ff4b0d..d13e12f0b4 100644
--- a/libraries/libvmdk/libvmdk.SlackBuild
+++ b/libraries/libvmdk/libvmdk.SlackBuild
@@ -1,8 +1,8 @@
#!/bin/bash
# Slackware build script for libvmdk
-
-# Copyright 2014-2021 Barry J. Grundy (bgrundy<at>linuxleo.com)
+#
+# Copyright 2014-2022 Barry J. Grundy (bgrundy<at>linuxleo.com)
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -21,8 +21,8 @@
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-# Updated v20210418 August 2021
+#
+# Updated v20210807 (build 2) May 2022
# 20220215 bkw: Modified by SlackBuilds.org:
# - update for v20210807 since the old version's source vanished.
@@ -32,7 +32,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libvmdk
VERSION=${VERSION:-20210807}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -91,7 +91,7 @@ CXXFLAGS="$SLKCFLAGS -std=gnu89" \
--localstatedir=/var \
--mandir=/usr/man \
--disable-static \
- --enable-python \
+ --enable-python3 \
--build=$ARCH-slackware-linux
make