092f16f8ea
10-05-08 - Kurt Granroth (3.9) o Converted KBiff into a full-fledged kdeinit module compatible with the latest KDE 3.5 (previous support was outdated) o Yet more tweaks to compile under the gcc 4.x running target without warnings o Cleaned up a bunch of Makefiles, configure files, and automake files along with an updated 'admin' directory o Got rid of the 'release-kbiff' "meta" version and date tags o Updated the .spec file to be more up to date 09-09-08 - Frédéric Brière o Replaced complicated date-time calculations with toTime_t() 03-30-08 - Léo Terziman o Fix compilation of ASUS led code under gcc 4 03-21-08 - Martin Spirk o Added 'stopped' icon state 02-27-08 - Elve o Updated Dutch translation (nl.po) 01-21-08 - Kurt Granroth o Updated automake admin dir with latest code from KDE 3.8 o Tweaked the code to compile on gcc 4.2 without warnings with -Wall o Status window tweaks to work better on multiple-monitors as well as in more positions (side, bottom, top, etc). o Removed some 2.x code. Nobody uses KDE2 anymore so it's high time KBiff stops supporting it. o Fix display of icons with the icon selector
22 lines
432 B
Text
22 lines
432 B
Text
$NetBSD: patch-ab,v 1.2 2008/10/12 11:23:13 markd Exp $
|
|
|
|
--- configure.orig 2008-10-06 08:44:11.000000000 +1300
|
|
+++ configure
|
|
@@ -33086,7 +33086,7 @@ else
|
|
fi
|
|
|
|
|
|
-if test "$use_ssl" == "yes"; then
|
|
+if test "$use_ssl" = "yes"; then
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
#define USE_SSL
|
|
@@ -33103,7 +33103,7 @@ else
|
|
fi
|
|
|
|
|
|
-if test "$use_ssl" == "yes"; then
|
|
+if test "$use_ssl" = "yes"; then
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
#define USE_SSL
|