diff options
author | David Spencer <baildon.research@googlemail.com> | 2015-07-22 09:46:21 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | 2aeec6b12bd64fc69ab4c363a5600b0db68ba030 (patch) | |
tree | 9f124b2664bacb49ec8102bf53c3a1541944458f /network/ekiga/ekiga.SlackBuild | |
parent | 361a1a36c4f2ca1921402d34c0f65e0f50f8cdd4 (diff) | |
download | slackbuilds-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/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 \ |