diff options
Diffstat (limited to 'devel/cmake')
-rw-r--r-- | devel/cmake/distinfo | 4 | ||||
-rw-r--r-- | devel/cmake/patches/patch-Source_kwsys_SystemInformation.cxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/cmake/distinfo b/devel/cmake/distinfo index 87fa026c115..624183479d7 100644 --- a/devel/cmake/distinfo +++ b/devel/cmake/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.51 2013/10/19 08:04:34 adam Exp $ +$NetBSD: distinfo,v 1.52 2013/10/24 04:50:57 obache Exp $ SHA1 (cmake-2.8.12.tar.gz) = 93c93d556e702f8c967acf139fd716268ce69f39 RMD160 (cmake-2.8.12.tar.gz) = cf9853a662806747a3a2b4615df6dea6f7001632 @@ -6,7 +6,7 @@ Size (cmake-2.8.12.tar.gz) = 6064138 bytes SHA1 (patch-CMakeLists.txt) = a37825ad9d1704b9cb716a52148c637d26733898 SHA1 (patch-Modules_FindX11.cmake) = e5c9f5fd382effb85ae75fe603de00e5e58d788a SHA1 (patch-Modules_Platform_SunOS.cmake) = 7a53ae3c902dd69ee22ef9fe0ae2a022d5284f16 -SHA1 (patch-Source_kwsys_SystemInformation.cxx) = 7f20d4c8ecfd02a091d1bbfa33214cd77e0a7352 +SHA1 (patch-Source_kwsys_SystemInformation.cxx) = 760266029d4264b3fa7d1d6105cae799768bdb41 SHA1 (patch-Utilities_KWIML_CMakeLists.txt) = 4e8cef0eab2ad8cb27cd7076e077bb5e7425a95c SHA1 (patch-aa) = 97bfad3d2c357e9af01677ba86057b78f0661b9b SHA1 (patch-ab) = aee3fb2f908aed1ce6e92b7c7ccf5b06f0596502 diff --git a/devel/cmake/patches/patch-Source_kwsys_SystemInformation.cxx b/devel/cmake/patches/patch-Source_kwsys_SystemInformation.cxx index 69cd4ea4f68..d1f28b6c66b 100644 --- a/devel/cmake/patches/patch-Source_kwsys_SystemInformation.cxx +++ b/devel/cmake/patches/patch-Source_kwsys_SystemInformation.cxx @@ -1,4 +1,4 @@ -$NetBSD: patch-Source_kwsys_SystemInformation.cxx,v 1.3 2013/10/19 08:04:34 adam Exp $ +$NetBSD: patch-Source_kwsys_SystemInformation.cxx,v 1.4 2013/10/24 04:50:57 obache Exp $ Use correct cmake define. @@ -9,7 +9,7 @@ Use correct cmake define. #endif -#ifdef __linux -+#if defined(__linux) || defined(__NetBSD__) || defined (__sun) ++#if defined(__linux) || defined (__sun) # include <fenv.h> # include <sys/socket.h> # include <netdb.h> |