summaryrefslogtreecommitdiff
path: root/dev-embedded/ponyprog/files/ponyprog-3.1.1-fix-build-system.patch
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-09-07 13:11:10 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-09-07 13:13:56 +0200
commit7cbedf3430ced5ab1a3f66a3ad401ccc75fe3371 (patch)
tree84fd5340b5873464a7aec37449668e4b64841453 /dev-embedded/ponyprog/files/ponyprog-3.1.1-fix-build-system.patch
parente2b7a6e1f367d473880f5a5466f0712eebfe4e53 (diff)
downloadgentoo-7cbedf3430ced5ab1a3f66a3ad401ccc75fe3371.tar.gz
gentoo-7cbedf3430ced5ab1a3f66a3ad401ccc75fe3371.tar.bz2
gentoo-7cbedf3430ced5ab1a3f66a3ad401ccc75fe3371.zip
dev-embedded/ponyprog: EAPI-8 bump, revert bundle qhexedit2
See also: https://github.com/gentoo/gentoo/pull/19870 Add missing dependencies. Rebase 3.1.2-fix-build-system.patch on 3.1.2. Bug: https://bugs.gentoo.org/696626 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-embedded/ponyprog/files/ponyprog-3.1.1-fix-build-system.patch')
-rw-r--r--dev-embedded/ponyprog/files/ponyprog-3.1.1-fix-build-system.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-embedded/ponyprog/files/ponyprog-3.1.1-fix-build-system.patch b/dev-embedded/ponyprog/files/ponyprog-3.1.1-fix-build-system.patch
deleted file mode 100644
index 9f4e44d69267..000000000000
--- a/dev-embedded/ponyprog/files/ponyprog-3.1.1-fix-build-system.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- a/CMakeLists.txt.old 2020-02-15 13:35:28.308010048 +0100
-+++ b/CMakeLists.txt 2020-02-15 13:37:06.726655159 +0100
-@@ -42,14 +42,6 @@
- OPTION (USE_PROFILER "Include in binary file profiling information" OFF)
-
-
--IF(${USE_DEBUGGER})
-- SET(CMAKE_BUILD_TYPE Debug)
-- SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS_DEBUG} -Wall")
--ELSE()
-- SET(CMAKE_BUILD_TYPE Release)
-- SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS_RELEASE} -Wall")
--ENDIF()
--
- MESSAGE(STATUS "CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS}")
-
- INCLUDE(CheckIncludeFile)