pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/41723: net/openwbem compilation errors (NetBSD 4.0)
The following reply was made to PR pkg/41723; it has been noted by GNATS.
From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/41723: net/openwbem compilation errors (NetBSD 4.0)
Date: Sun, 23 Aug 2009 18:16:13 +0900
Following patch is workaround of this issue:
--- src/cimom/server/OW_PlatformSignal.cpp.orig 2005-03-22 02:20:00.000000000
+0000
+++ src/cimom/server/OW_PlatformSignal.cpp
@@ -37,6 +37,10 @@
#include "OW_UserUtils.hpp"
#include <ostream>
+#if defined(__NetBSD__) && !defined(si_value)
+#define si_value si_sigval
+#endif
+
namespace OW_NAMESPACE
{
namespace Platform
Home |
Main Index |
Thread Index |
Old Index