diff options
author | Fellype do Nascimento <fellype (at) gmail (dot) com> | 2022-08-12 03:19:58 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-13 10:40:35 +0700 |
commit | 53fbbc2bedc7a90a5c240b1eac8e00b62f8584c3 (patch) | |
tree | e876400c97bd6bede55719b50e934f66dc7db62d /academic/getdp/getdp.SlackBuild | |
parent | 557056a6334f57405bfec954a766d0802b0fde68 (diff) |
academic/getdp: Updated for version 3.5.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/getdp/getdp.SlackBuild')
-rw-r--r-- | academic/getdp/getdp.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/academic/getdp/getdp.SlackBuild b/academic/getdp/getdp.SlackBuild index 076357671724..751b64a88c48 100644 --- a/academic/getdp/getdp.SlackBuild +++ b/academic/getdp/getdp.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=getdp -VERSION=${VERSION:-3.4.0} +VERSION=${VERSION:-3.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -77,9 +77,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# Patch that allow compilation without a fail (credits to: DragonFlyBSD/DPorts) -patch -p1 < $CWD/Kernel_Operation__Broadcast.patch Kernel/Operation_Broadcast.cpp - mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr \ |