diff options
-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" \ |