Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / print / scribus-qt4 / patches / patch-ba
blobe279c296b36569e9d6341c313ffade63af57c290
1 $NetBSD$
3 --- scribus/scclocale.h.orig    2010-08-17 19:18:35.000000000 +0000
4 +++ scribus/scclocale.h
5 @@ -21,14 +21,14 @@
6  #include <xlocale.h>
7  #endif
8  
9 -#if defined(Q_OS_SOLARIS) || defined (Q_OS_OPENBSD) || defined (Q_OS_FREEBSD)
10 +#if defined(Q_OS_SOLARIS) || defined (Q_OS_OPENBSD) || defined (Q_OS_FREEBSD) || defined (Q_OS_NETBSD)
11  #include <locale.h>
12  #endif
14  #if defined(Q_WS_WIN)
15  #define XLocaleType _locale_t
16  #else
17 -  #if defined (Q_OS_SOLARIS) || defined (Q_OS_OPENBSD) || defined (Q_OS_FREEBSD)
18 +  #if defined (Q_OS_SOLARIS) || defined (Q_OS_OPENBSD) || defined (Q_OS_FREEBSD) || defined (Q_OS_NETBSD)
19    #define XLocaleType char*   //dummy?
20    #else
21    #define XLocaleType locale_t