summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author David Spencer <idlemoor@slackbuilds.org>2016-11-17 17:06:49 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-19 07:31:28 +0700
commit826423d85307b8e94b11523596ae75c374688505 (patch)
tree75fbdb6145f26ec849d32bc1abcab75cc1e7af32 /graphics
parent5c0a466b6f37a414955b650d84df5317eab9ed19 (diff)
downloadslackbuilds-826423d85307b8e94b11523596ae75c374688505.tar.gz
slackbuilds-826423d85307b8e94b11523596ae75c374688505.tar.xz
graphics/OpenCASCADE: Fixed for VTK-7.1.0.
Thanks to Chris Willing. Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/OpenCASCADE/OpenCASCADE.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/OpenCASCADE/OpenCASCADE.SlackBuild b/graphics/OpenCASCADE/OpenCASCADE.SlackBuild
index 881465f9de..df22114511 100644
--- a/graphics/OpenCASCADE/OpenCASCADE.SlackBuild
+++ b/graphics/OpenCASCADE/OpenCASCADE.SlackBuild
@@ -26,7 +26,7 @@
PRGNAM=OpenCASCADE
VERSION=${VERSION:-6.9.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
SRCNAM=$(echo $PRGNAM | tr '[:upper:]' '[:lower:]')
@@ -74,10 +74,12 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Update automake config, and de-version the VTK sonames
+# (* Note, VTK 7.1.0 is now required *)
sed -i \
-e 's/INCLUDES =/AM_CPPFLAGS =/' \
adm/lin/amk/*/Makefile.am
sed -i \
+ -e 's/vtkRenderingOpenGL/vtkRenderingOpenGL2/g' \
-e 's/AM_INIT_AUTOMAKE(\[foreign])/AM_INIT_AUTOMAKE([foreign subdir-objects])/' \
-e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' \
-e '/CSF_VTK_LIB/s/-6\.1//g' \