commit:     1b4738f3465d633b87b0d6c43c5901086d5d1479
Author:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 25 12:15:07 2026 +0000
Commit:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
CommitDate: Wed Feb 25 12:15:07 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b4738f3

dev-games/irrlicht: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org>

 .../files/irrlicht-1.8.4-remove-sys-sysctl.h.patch | 38 ----------------------
 1 file changed, 38 deletions(-)

diff --git a/dev-games/irrlicht/files/irrlicht-1.8.4-remove-sys-sysctl.h.patch 
b/dev-games/irrlicht/files/irrlicht-1.8.4-remove-sys-sysctl.h.patch
deleted file mode 100644
index 2e5fc63e6f8a..000000000000
--- a/dev-games/irrlicht/files/irrlicht-1.8.4-remove-sys-sysctl.h.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 5382142d37730f6758753b758c91e257ffd5892c Mon Sep 17 00:00:00 2001
-From: Romain Naour <[email protected]>
-Date: Sun, 9 Apr 2017 22:20:19 +0200
-Subject: [PATCH] remove sys/sysctl.h
-
-With musl irrlicht doesn't build due to missing sys/sysctl.h
-
-fatal error: sys/sysctl.h: No such file or directory
-
-From [1]
-"sysctl does not work, and NEVER worked. using it is bogus.
-it was a bogus experimental syscall that was deprecated before
-it was ever used (basically, a broken binary version of
-/proc/sys, without any stability between kernel versions for
-what the binary constants meant)."
-
-[1] https://devsonacid.wordpress.com/tag/musl/
-
-Signed-off-by: Romain Naour <[email protected]>
----
- source/Irrlicht/COSOperator.cpp | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/source/Irrlicht/COSOperator.cpp b/source/Irrlicht/COSOperator.cpp
-index 0899d1d..ccf5ef5 100644
---- a/source/Irrlicht/COSOperator.cpp
-+++ b/source/Irrlicht/COSOperator.cpp
-@@ -13,7 +13,6 @@
- #include <unistd.h>
- #ifndef _IRR_SOLARIS_PLATFORM_
- #include <sys/types.h>
--#include <sys/sysctl.h>
- #endif
- #endif
- 
--- 
-2.9.3
-

Reply via email to