summaryrefslogtreecommitdiffstats
path: root/network/ekiga/ekiga.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2020-05-23 08:12:52 +0200
committer Matteo Bernardini2020-05-23 08:12:52 +0200
commit9b91bf41a9b6c2933b7757536fc9944e643602bf (patch)
treefb675a32bf315d68d76a87ac30b339d2f95fb5bd /network/ekiga/ekiga.SlackBuild
parented0074d03fdb30fde2ae0f56100c935d31cefbb8 (diff)
downloadslackbuilds-6e80487f0a858e964db00e8ce1cef8e776ee7760.tar.gz
20200523.1 global branch merge.current-20200523.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/ekiga/ekiga.SlackBuild')
-rw-r--r--network/ekiga/ekiga.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/network/ekiga/ekiga.SlackBuild b/network/ekiga/ekiga.SlackBuild
index d22a4ee14d..a4a5bd1c9a 100644
--- a/network/ekiga/ekiga.SlackBuild
+++ b/network/ekiga/ekiga.SlackBuild
@@ -107,10 +107,12 @@ 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 {} \;
+patch -p1 < $CWD/ekiga-4.0.1-libresolv.patch
+patch -p1 < $CWD/ekiga-4.0.1-boost-signals2.patch
# Fix for -current (20150722 dbs)
sed -e 's/gnome-icon-theme/adwaita-icon-theme/g' -i configure.ac
-autoconf
+autoreconf -vif
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \