diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2025-05-01 15:12:45 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-05-01 18:40:30 +0200 |
| commit | 6ba68ecef3c949e9db35fb7332543dd56962d9fb (patch) | |
| tree | a2fe9b1d256837434deaa574a4177237dc52524c /dev-embedded/ponyprog/files | |
| parent | de4ce61e4659f4a9de87290147dd64d68f04ba76 (diff) | |
| download | gentoo-6ba68ecef3c949e9db35fb7332543dd56962d9fb.tar.gz gentoo-6ba68ecef3c949e9db35fb7332543dd56962d9fb.tar.bz2 gentoo-6ba68ecef3c949e9db35fb7332543dd56962d9fb.zip | |
dev-embedded/ponyprog: Drop no-op IUSE doc, fix build w/ >=cmake-4
Closes: https://bugs.gentoo.org/948645
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-embedded/ponyprog/files')
| -rw-r--r-- | dev-embedded/ponyprog/files/ponyprog-3.1.3-fix-build-system.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-embedded/ponyprog/files/ponyprog-3.1.3-fix-build-system.patch b/dev-embedded/ponyprog/files/ponyprog-3.1.3-fix-build-system.patch index acff26538cd4..3ba241a20162 100644 --- a/dev-embedded/ponyprog/files/ponyprog-3.1.3-fix-build-system.patch +++ b/dev-embedded/ponyprog/files/ponyprog-3.1.3-fix-build-system.patch @@ -7,7 +7,7 @@ index 99e6ff1..d80dcc8 100644 # Configure CMake ... -CMAKE_MINIMUM_REQUIRED(VERSION 2.8 FATAL_ERROR) -+CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12 FATAL_ERROR) ++CMAKE_MINIMUM_REQUIRED(VERSION 3.5 FATAL_ERROR) # CMAKE_POLICY(SET CMP0003 OLD) # CMAKE_POLICY(SET CMP0015 OLD) |
