On Friday 29 February 2008 05:01:49 Dirk Mueller wrote:
> KDE 4.0.2 tarballs have been uploaded. The plan is to release them
> Tuesday/Wednesday next week. Let me know if you find any issues with
> them.

One issue is that the kinfocenter modules were moved from kdebase-workspace 
to kdebase but the cmake test for statvfs() wasn't so they now fail to 
build on NetBSD-current.

Patch attached.

cheers
mark
$NetBSD$

--- apps/ConfigureChecks.cmake.orig	2008-03-02 16:20:32.000000000 +1300
+++ apps/ConfigureChecks.cmake
@@ -9,3 +9,4 @@ include(CheckTypeSize)
 include(CheckCXXSourceCompiles)
 
 check_function_exists(getpeereid  HAVE_GETPEEREID) # kdesu
+check_function_exists(statvfs HAVE_STATVFS) # kinfocenter
_______________________________________________
release-team mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/release-team

Reply via email to