gcc-6: don't ship info pages
[unleashed-userland.git] / components / trousers / patches / iconv.patch
blob49ed96654e2eb951186f9b05774ac9cc0b929585
1 --- trousers-0.3.11.2/src/include/trousers_types.h.~1~ 2014-12-01 18:09:17.447737290 +0300
2 +++ trousers-0.3.11.2/src/include/trousers_types.h 2014-12-01 18:10:11.091939561 +0300
3 @@ -118,9 +118,9 @@
4 BYTE *encData;
5 } TSS_KEY;
7 -#if (defined (__linux) || defined (linux) || defined (SOLARIS) || defined (__GLIBC__))
8 +#if (defined (__linux) || defined (linux) || defined (__GLIBC__))
9 #define BSD_CONST
10 -#elif (defined (__OpenBSD__) || defined (__FreeBSD__))
11 +#elif (defined (__OpenBSD__) || defined (__FreeBSD__) || defined (__sun))
12 #define BSD_CONST const
13 #endif