$NetBSD: patch-ba,v 1.2 2013/08/09 11:06:28 drochner Exp $ --- scribus/scclocale.h.orig 2013-02-24 21:43:32.000000000 +0000 +++ scribus/scclocale.h @@ -21,14 +21,14 @@ #include #endif -#if defined(Q_OS_SOLARIS) || defined (Q_OS_OPENBSD) || defined (Q_OS_FREEBSD) || defined (Q_OS_HAIKU) +#if defined(Q_OS_SOLARIS) || defined (Q_OS_OPENBSD) || defined (Q_OS_FREEBSD) || defined (Q_OS_NETBSD) || defined (Q_OS_HAIKU) #include #endif #if defined(Q_WS_WIN) #define XLocaleType _locale_t #else - #if defined (Q_OS_SOLARIS) || defined (Q_OS_OPENBSD) || defined (Q_OS_FREEBSD) || defined (Q_OS_HAIKU) + #if defined (Q_OS_SOLARIS) || defined (Q_OS_OPENBSD) || defined (Q_OS_FREEBSD) || defined (Q_OS_NETBSD) || defined (Q_OS_HAIKU) #define XLocaleType char* //dummy? #else #define XLocaleType locale_t