summaryrefslogtreecommitdiffstats
path: root/gentoo/trinity-base/kopete/files/kopete-3.5.13.1-patches/0014-265c466-added-test-of-the-presence-libgadu-with-automake.patch
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-12-02 15:14:50 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-12-02 15:14:50 +0100
commitc725dd1dd684be0c61ad1035a778601369942f60 (patch)
tree8a36becd6b51453f5dc6c13bbfc2897720dad19b /gentoo/trinity-base/kopete/files/kopete-3.5.13.1-patches/0014-265c466-added-test-of-the-presence-libgadu-with-automake.patch
parent652dadf08b1c2bc4f8bc673e47b27ebbe91487cd (diff)
downloadtde-packaging-c725dd1d.tar.gz
tde-packaging-c725dd1d.zip
Gentoo: Files moved to a separate git repository.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'gentoo/trinity-base/kopete/files/kopete-3.5.13.1-patches/0014-265c466-added-test-of-the-presence-libgadu-with-automake.patch')
m---------gentoo0
-rw-r--r--gentoo/trinity-base/kopete/files/kopete-3.5.13.1-patches/0014-265c466-added-test-of-the-presence-libgadu-with-automake.patch21
2 files changed, 0 insertions, 21 deletions
diff --git a/gentoo b/gentoo
new file mode 160000
+Subproject 644110a847c5911c2eb04eb53c93031740561ef
diff --git a/gentoo/trinity-base/kopete/files/kopete-3.5.13.1-patches/0014-265c466-added-test-of-the-presence-libgadu-with-automake.patch b/gentoo/trinity-base/kopete/files/kopete-3.5.13.1-patches/0014-265c466-added-test-of-the-presence-libgadu-with-automake.patch
deleted file mode 100644
index 1c5de8523..000000000
--- a/gentoo/trinity-base/kopete/files/kopete-3.5.13.1-patches/0014-265c466-added-test-of-the-presence-libgadu-with-automake.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/kopete/protocols/configure.in.in b/kopete/protocols/configure.in.in
-index 0008f19..7a96cc9 100644
---- a/kopete/protocols/configure.in.in
-+++ b/kopete/protocols/configure.in.in
-@@ -27,6 +27,16 @@ fi
- dnl This may need a test still for compatibility
- COMPILE_GADU=true
- use_libgadu_copy=
-+if test "$with_external_libgadu" != "no" ; then
-+ # Check and setup for libgadu
-+ KDE_PKG_CHECK_MODULES(LIBGG, libgadu, [have_libgg=yes], [have_libgg=no])
-+ if test "x$have_libgg" = "xno"; then
-+ COMPILE_GADU=
-+ AC_MSG_RESULT([not found])
-+ else
-+ AC_MSG_RESULT([found])
-+ fi
-+fi
-
- AC_SUBST(LIBGG_INCLUDES)
- AC_SUBST(LIBGG_LIBS)