From d891691ccc435657afd34b8e94f2bcc56d96a62f Mon Sep 17 00:00:00 2001 From: Tim Dickson Date: Sat, 9 May 2020 07:42:03 +0700 Subject: academic/biblesync: Fix pkg-config. Signed-off-by: Willy Sudiarto Raharjo --- academic/biblesync/biblesync.SlackBuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'academic/biblesync') 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 +# Copyright (c) 2015/2020 Tim Dickson # # 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" \ -- cgit v1.2.3