diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2020-05-09 07:42:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-10 08:36:53 +0700 |
commit | d891691ccc435657afd34b8e94f2bcc56d96a62f (patch) | |
tree | 6a62d706121b15c10c0601ccacfb51166f087bfc /academic/biblesync/biblesync.SlackBuild | |
parent | d0d3ca2ebf840731d2addef2a60725754d8d220a (diff) | |
download | slackbuilds-d891691ccc435657afd34b8e94f2bcc56d96a62f.tar.gz |
academic/biblesync: Fix pkg-config.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/biblesync/biblesync.SlackBuild')
-rw-r--r-- | academic/biblesync/biblesync.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/academic/biblesync/biblesync.SlackBuild b/academic/biblesync/biblesync.SlackBuild index dfdd60598a..cc97b45b99 100644 --- a/academic/biblesync/biblesync.SlackBuild +++ b/academic/biblesync/biblesync.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for biblesync -# Copyright (c) 2015/2018 Tim Dickson <dickson.tim@googlemail.com> +# Copyright (c) 2015/2020 Tim Dickson <dickson.tim@googlemail.com> # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are @@ -32,7 +32,7 @@ PRGNAM=biblesync VERSION=${VERSION:-2.0.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -78,6 +78,8 @@ find -L . \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +#patch bug in pkgconfig file. can remove this after next release of biblesync +sed -i "/^Cflags/s_/bibleysnc__" biblesync.pc.in cmake \ -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ |