mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
22 lines
842 B
Plaintext
22 lines
842 B
Plaintext
$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 <xlocale.h>
|
|
#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 <locale.h>
|
|
#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
|