mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
network/ekiga: Fixed to build with adwaita-icon-theme on -current.
Signed-off-by: David Spencer <baildon.research@googlemail.com> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
361a1a36c4
commit
2aeec6b12b
1 changed files with 5 additions and 0 deletions
|
@ -107,6 +107,11 @@ 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 {} \;
|
||||
|
||||
|
||||
# Fix for -current (20150722 dbs)
|
||||
sed -e 's/gnome-icon-theme/adwaita-icon-theme/g' -i configure.ac
|
||||
autoconf
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
Loading…
Reference in a new issue