pkgsrc-wip/sunbird/patches/patch-eb
Thomas Klausner fe3bc7f79f Initial import of sunbird-0.9, updated version of time/sunbird:
Doesn't work, just shows an empty Alert dialog on startup.
Might need some additional files installed, but the installation
framework is strange.

The Sunbird Project is a redesign of the Calendar component. The goal is to
produce a cross platform standalone calendar application based on Mozilla's
XUL user interface language. At the moment the Sunbird name is a project
name. It is not official and may change in the future.

The intended user is someone who uses Mozilla Firefox and Mozilla
Thunderbird and wants a calendar application based on Mozilla.
2008-11-06 11:50:47 +00:00

22 lines
1.1 KiB
Text

$NetBSD: patch-eb,v 1.1.1.1 2008/11/06 11:50:47 thomasklausner Exp $
--- nsprpub/pr/src/pthreads/ptio.c.orig 2007-08-29 01:29:59.000000000 +0000
+++ nsprpub/pr/src/pthreads/ptio.c
@@ -208,7 +208,7 @@ static PRBool _pr_ipv6_v6only_on_by_defa
|| defined(HPUX10_30) || defined(HPUX11) || defined(LINUX) \
|| defined(FREEBSD) || defined(NETBSD) || defined(OPENBSD) \
|| defined(BSDI) || defined(VMS) || defined(NTO) || defined(DARWIN) \
- || defined(UNIXWARE) || defined(RISCOS)
+ || defined(UNIXWARE) || defined(RISCOS) || defined(DRAGONFLY)
#define _PRSelectFdSetArg_t fd_set *
#else
#error "Cannot determine architecture"
@@ -3249,7 +3249,7 @@ static PRIOMethods _pr_socketpollfd_meth
#if defined(HPUX) || defined(OSF1) || defined(SOLARIS) || defined (IRIX) \
|| defined(AIX) || defined(LINUX) || defined(FREEBSD) || defined(NETBSD) \
|| defined(OPENBSD) || defined(BSDI) || defined(VMS) || defined(NTO) \
- || defined(DARWIN) || defined(UNIXWARE) || defined(RISCOS)
+ || defined(DARWIN) || defined(UNIXWARE) || defined(RISCOS) || defined(DRAGONFLY)
#define _PR_FCNTL_FLAGS O_NONBLOCK
#else
#error "Can't determine architecture"