diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-01-08 16:15:17 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-01-08 23:09:35 +0100 |
commit | dd174cdc9dcaec761287257765083d7c255ef217 (patch) | |
tree | 13acc4d6762707765a6495d17b02528cb975c535 /dev-util/seer | |
parent | app-crypt/efitools: remove unused patches (diff) | |
download | gentoo-dd174cdc9dcaec761287257765083d7c255ef217.tar.gz gentoo-dd174cdc9dcaec761287257765083d7c255ef217.tar.bz2 gentoo-dd174cdc9dcaec761287257765083d7c255ef217.zip |
dev-util/seer: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/29015
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-util/seer')
-rw-r--r-- | dev-util/seer/files/seer-1.12-build-fixes.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-util/seer/files/seer-1.12-build-fixes.patch b/dev-util/seer/files/seer-1.12-build-fixes.patch deleted file mode 100644 index 1230e899c4c9..000000000000 --- a/dev-util/seer/files/seer-1.12-build-fixes.patch +++ /dev/null @@ -1,18 +0,0 @@ -https://github.com/epasveer/seer/commit/75f44adf35b44739c6454ac8078ba2e3757a797c - -From 75f44adf35b44739c6454ac8078ba2e3757a797c Mon Sep 17 00:00:00 2001 -From: Malik Mlitat <malik.mlitat@gmail.com> -Date: Sat, 22 Oct 2022 23:33:12 +0200 -Subject: [PATCH] Fix debian and cmake build on linux - ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -193,8 +193,6 @@ qt5_add_resources(SOURCE_FILES resource.qrc) - if(NOT CMAKE_BUILD_TYPE MATCHES Debug) #Release, RelWithDebInfo and MinSizeRel - if(WIN32) # Check if we are on Windows - set(SYSTEM_TYPE WIN32) -- else() # UNIX -- set(SYSTEM_TYPE EXCLUDE_FROM_ALL) - endif() - message("System type is " ${SYSTEM_TYPE}) - endif() |