diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2019-07-10 20:03:46 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-07-13 08:31:00 +0700 |
commit | 1bed56d8894cb373b4b777277b1ed76b8ec4fabb (patch) | |
tree | 08c7b7999fd1255497c067dfe3233eaec4932465 /audio/cmus/cmus.SlackBuild | |
parent | edc70ffa6a29194f18381e285b652a625c1b3554 (diff) |
audio/cmus: Updated for version 2.8.0.
Added upstream fixes
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/cmus/cmus.SlackBuild')
-rw-r--r-- | audio/cmus/cmus.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/cmus/cmus.SlackBuild b/audio/cmus/cmus.SlackBuild index 908d5daae4d3d..8b1aed1e5afa8 100644 --- a/audio/cmus/cmus.SlackBuild +++ b/audio/cmus/cmus.SlackBuild @@ -23,7 +23,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=cmus -VERSION=${VERSION:-20180219_20a738d} +VERSION=${VERSION:-2.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,6 +69,8 @@ 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 -p1 < $CWD/cmus_2.8.0...1ed60b5.patch + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |