diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/wvdial/wvstreams/06_gcc-4.7.diff')
| -rw-r--r-- | meta-oe/recipes-connectivity/wvdial/wvstreams/06_gcc-4.7.diff | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/wvdial/wvstreams/06_gcc-4.7.diff b/meta-oe/recipes-connectivity/wvdial/wvstreams/06_gcc-4.7.diff new file mode 100644 index 0000000000..a75067a108 --- /dev/null +++ b/meta-oe/recipes-connectivity/wvdial/wvstreams/06_gcc-4.7.diff | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | Description: Fix FTBFS with gcc-4.7 | ||
| 2 | Small header include change. This is borderlinde cosmetic, but still needed | ||
| 3 | to prevent the FTBFS. | ||
| 4 | Author: Paul Tagliamonte <paultag@ubuntu.com> | ||
| 5 | Origin: vendor | ||
| 6 | Bug-Debian: http://bugs.debian.org/667418 | ||
| 7 | Last-Update: 2012-04-13 | ||
| 8 | |||
| 9 | --- wvstreams-4.6.1.orig/utils/wvuid.cc | ||
| 10 | +++ wvstreams-4.6.1/utils/wvuid.cc | ||
| 11 | @@ -33,6 +33,7 @@ wvuid_t wvgetuid() | ||
| 12 | |||
| 13 | #else // not WIN32 | ||
| 14 | |||
| 15 | +#include <unistd.h> | ||
| 16 | |||
| 17 | WvString wv_username_from_uid(wvuid_t uid) | ||
| 18 | { | ||
