$NetBSD: patch-ba,v 1.3 2020/06/14 07:31:44 ryoon Exp $ --- scribus/scclocale.h.orig 2019-03-05 22:44:41.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