audio/clxclient: update script.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Michales Michaloudes 2024-02-29 08:03:55 +07:00 committed by Willy Sudiarto Raharjo
parent 2a55299d35
commit 49cfce843a

View file

@ -1,6 +1,6 @@
#!/bin/bash
# Slackware build script for <clxclient>
# Written by Michales Michaloudes korgie@gmail.com
# Written by Michales Michaloudes
cd $(dirname $0) ; CWD=$(pwd)
@ -57,6 +57,8 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
sed -i 's+pkgconf+pkg-config+' Makefile
# add -I./ directive to find clxclient.h
sed -i 's+-DVERSION+-I./ -DVERSION+' Makefile
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \