# HG changeset patch # User Stu Tomlinson # Date 1184292316 0 # Node ID 602e8264266a4fde1f1806d7d53e9ae439550d82 # Parent 7ee0e0597a262c8b6e58d82b3d09f1f0df6c548c - Don't hardcode silc header locations, rely on pkg-config for those, because I think I broke non-pkg-config detection of older silc toolkit. diff -r 7ee0e0597a26 -r 602e8264266a pidgin.spec.in --- a/pidgin.spec.in Fri Jul 13 01:42:29 2007 +0000 +++ b/pidgin.spec.in Fri Jul 13 02:05:16 2007 +0000 @@ -225,8 +225,6 @@ %{?_with_perlmakehack:--with-perl-lib=%{buildroot}%{_prefix}} \ %{!?_with_perlmakehack:--with-perl-lib=%{_prefix}} \ %{?_with_sasl:--enable-cyrus-sasl} \ - %{!?_without_silc:--with-silc-includes=%{_includedir}/silc} \ - %{!?_without_silc:--with-silc-libs=%{_libdir}/silc} \ %{?_without_tcl:--disable-tcl} \ %{?_without_text:--disable-consoleui} @@ -458,6 +456,11 @@ %endif %changelog +* Thu Jul 12 2007 Stu Tomlinson +- Don't hardcode silc header locations, rely on pkg-config for those, + because I think I broke non-pkg-config detection of older silc + toolkit. + * Tue Jun 5 2007 Stu Tomlinson - Add missing Requires for gtk2-devel, dbus-devel & ncurses-devel to appropriate -devel subpackages