From 2aeec6b12bd64fc69ab4c363a5600b0db68ba030 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Wed, 22 Jul 2015 09:46:21 +0100 Subject: network/ekiga: Fixed to build with adwaita-icon-theme on -current. Signed-off-by: David Spencer Signed-off-by: Robby Workman --- network/ekiga/ekiga.SlackBuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'network/ekiga') diff --git a/network/ekiga/ekiga.SlackBuild b/network/ekiga/ekiga.SlackBuild index b9c274a1a2b0..1496a539afb7 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 \ -- cgit v1.2.3