mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
cmake: bump to version 3.5.2.
This commit is contained in:
@@ -4,13 +4,12 @@ software. It is used to control the software compilation process using \
|
||||
simple platform and compiler independent configuration files. CMake generates \
|
||||
native makefiles and workspaces that can be used in the compiler environment \
|
||||
of your choice."
|
||||
HOMEPAGE="http://www.cmake.org"
|
||||
COPYRIGHT="2002-2014 Kitware, Inc., Insight Consortium"
|
||||
HOMEPAGE="https://cmake.org/"
|
||||
COPYRIGHT="2002-2016 Kitware, Inc., Insight Consortium"
|
||||
LICENSE="CMake"
|
||||
REVISION="1"
|
||||
#SOURCE_URI="http://www.cmake.org/files/v3.5/cmake-$portVersion.tar.gz"
|
||||
SOURCE_URI="https://fossies.org/linux/misc/cmake-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="93d651a754bcf6f0124669646391dd5774c0fc4d407c384e3ae76ef9a60477e8"
|
||||
SOURCE_URI="https://cmake.org/files/v3.5/cmake-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="92d8410d3d981bb881dfff2aed466da55a58d34c7390d50449aa59b32bb5e62a"
|
||||
SOURCE_DIR="cmake-$portVersion"
|
||||
PATCHES="cmake-$portVersion.patchset"
|
||||
|
||||
@@ -5,7 +5,7 @@ Subject: Fix OpenAL search path.
|
||||
|
||||
|
||||
diff --git a/Modules/FindOpenAL.cmake b/Modules/FindOpenAL.cmake
|
||||
index 8150ff2..e0276f8 100644
|
||||
index eb63cef..594560b 100644
|
||||
--- a/Modules/FindOpenAL.cmake
|
||||
+++ b/Modules/FindOpenAL.cmake
|
||||
@@ -68,7 +68,7 @@
|
||||
@@ -28,10 +28,10 @@ Subject: Haiku provides elf.h now.
|
||||
|
||||
|
||||
diff --git a/Source/cmELF.cxx b/Source/cmELF.cxx
|
||||
index 37dd328..c0b5d9e 100644
|
||||
index b480cd5..558f990 100644
|
||||
--- a/Source/cmELF.cxx
|
||||
+++ b/Source/cmELF.cxx
|
||||
@@ -23,28 +23,20 @@
|
||||
@@ -19,28 +19,20 @@
|
||||
#if defined(__OpenBSD__)
|
||||
# include <stdint.h>
|
||||
# include <elf_abi.h>
|
||||
Reference in New Issue
Block a user