diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2010-09-08 18:50:14 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2010-09-08 18:50:14 (GMT) |
commit | bd56626a4ad06d43c896c59c2065a3fd1cd3b73a (patch) | |
tree | a19cad763162fa1dcda4af3249ea001b2d20e023 /Utilities/cmlibarchive/build | |
parent | 409c936ff44eb6aa82c052dc223adaa630242b23 (diff) | |
download | CMake-bd56626a4ad06d43c896c59c2065a3fd1cd3b73a.zip CMake-bd56626a4ad06d43c896c59c2065a3fd1cd3b73a.tar.gz CMake-bd56626a4ad06d43c896c59c2065a3fd1cd3b73a.tar.bz2 |
Fixes for the OSF operating system build.
Diffstat (limited to 'Utilities/cmlibarchive/build')
-rw-r--r-- | Utilities/cmlibarchive/build/cmake/config.h.in | 3 |
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 9af45a0..34dbce3 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 config.h.cmake by cmake configure */ +#if defined(__osf__) +# define _OSF_SOURCE +#endif /* Version number of bsdcpio */ #cmakedefine BSDCPIO_VERSION_STRING "${BSDCPIO_VERSION_STRING}" |