summaryrefslogtreecommitdiffstats
path: root/network/ekiga
diff options
context:
space:
mode:
author David Spencer2015-07-22 10:46:21 +0200
committer Willy Sudiarto Raharjo2016-01-17 03:40:16 +0100
commit2aeec6b12bd64fc69ab4c363a5600b0db68ba030 (patch)
tree9f124b2664bacb49ec8102bf53c3a1541944458f /network/ekiga
parent361a1a36c4f2ca1921402d34c0f65e0f50f8cdd4 (diff)
downloadslackbuilds-2aeec6b12bd64fc69ab4c363a5600b0db68ba030.tar.gz
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>
Diffstat (limited to 'network/ekiga')
-rw-r--r--network/ekiga/ekiga.SlackBuild5
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 \