diff options
Diffstat (limited to 'network/ekiga/ekiga.SlackBuild')
-rw-r--r-- | network/ekiga/ekiga.SlackBuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/network/ekiga/ekiga.SlackBuild b/network/ekiga/ekiga.SlackBuild index b9c274a1a2..1496a539af 100644 --- a/network/ekiga/ekiga.SlackBuild +++ b/network/ekiga/ekiga.SlackBuild @@ -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 \ |