mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/clxclient: update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2a55299d35
commit
49cfce843a
1 changed files with 3 additions and 1 deletions
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue