diff options
| author | 2013-10-11 21:50:39 +0000 | |
|---|---|---|
| committer | 2013-10-11 21:50:39 +0000 | |
| commit | 76e4e86a97ae7386e34847567eb0c6eb01a9e610 (patch) | |
| tree | e42f62542bab6434e7a77c4f6c3bf9efa35b02a3 /src/kvilib/net/KviNetUtils.cpp | |
| parent | - regenerate with ExtUtils-ParseXS-3.22 hopefully fixing perl 5.18 FTBFS (diff) | |
| download | KVIrc-76e4e86a97ae7386e34847567eb0c6eb01a9e610.tar.gz KVIrc-76e4e86a97ae7386e34847567eb0c6eb01a9e610.tar.bz2 KVIrc-76e4e86a97ae7386e34847567eb0c6eb01a9e610.zip | |
- fixes for sunpro, with the exception of snd, kvirc now works with it
- replace solaris define with more correct one
- add win 6.3 kernel crap
- replace apparently deprecated QT4_FOUND with Qt4_FOUND, also fix display issue with audio backend
- remove solaris threads "support" (it never existed, and cmake upstream doesn't seem to care either)
- bump Devel-PPPort to 3.21, regenerate typemap from perl 5.18.1
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6356 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/kvilib/net/KviNetUtils.cpp')
| -rw-r--r-- | src/kvilib/net/KviNetUtils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvilib/net/KviNetUtils.cpp b/src/kvilib/net/KviNetUtils.cpp index 39214014a..88356f0fa 100644 --- a/src/kvilib/net/KviNetUtils.cpp +++ b/src/kvilib/net/KviNetUtils.cpp @@ -41,7 +41,7 @@ #include <sys/types.h> -#ifdef SOLARIS +#if defined (__SVR4) && defined (__sun) #include <sys/sockio.h> #endif |
