From kde-commits Mon Oct 13 10:37:14 2008 From: Hasso Tepper Date: Mon, 13 Oct 2008 10:37:14 +0000 To: kde-commits Subject: KDE/kdepim/kresources/groupwise/soap Message-Id: <1223894234.052270.27194.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=122389424306231 SVN commit 870816 by hasso: Fix compile on DragonFly BSD. M +1 -1 stdsoap2.h --- trunk/KDE/kdepim/kresources/groupwise/soap/stdsoap2.h #870815:870816 @@ -251,7 +251,7 @@ # define HAVE_LOCALTIME_R # define HAVE_WCTOMB # define HAVE_MBTOWC -# elif defined(FREEBSD) || defined(__FreeBSD__) +# elif defined(FREEBSD) || defined(__FreeBSD__) || defined(__DragonFly__) # define HAVE_STRRCHR # define HAVE_STRTOD # define HAVE_SSCANF