summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibarchive/build
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-12-20 18:53:16 (GMT)
committerBrad King <brad.king@kitware.com>2011-12-23 21:04:58 (GMT)
commit7dba0d668f4abcf39b3b828d89ea813ebc316152 (patch)
treed9e1c456d23e7fe3e6f122b78c75d7df27b96f3d /Utilities/cmlibarchive/build
parent0f7a85349a101e98de178e319f9df2a08c37c453 (diff)
downloadCMake-7dba0d668f4abcf39b3b828d89ea813ebc316152.zip
CMake-7dba0d668f4abcf39b3b828d89ea813ebc316152.tar.gz
CMake-7dba0d668f4abcf39b3b828d89ea813ebc316152.tar.bz2
libarchive: Port to OSF operating system
Make changes equivalent to those originally made by commits bd56626a (Fixes for the OSF operating system build, 2010-09-08) 92c082b1 (Add a fix for the inline keyword on the osf os, 2010-09-10) but based on the updated libarchive snapshot.
Diffstat (limited to 'Utilities/cmlibarchive/build')
-rw-r--r--Utilities/cmlibarchive/build/cmake/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Utilities/cmlibarchive/build/cmake/config.h.in b/Utilities/cmlibarchive/build/cmake/config.h.in
index b169051..b404be3 100644
--- a/Utilities/cmlibarchive/build/cmake/config.h.in
+++ b/Utilities/cmlibarchive/build/cmake/config.h.in
@@ -1,4 +1,7 @@
/* config.h. Generated from build/cmake/config.h.in by cmake configure */
+#if defined(__osf__)
+# define _OSF_SOURCE
+#endif
/*
* Ensure we have C99-style int64_t, etc, all defined.