commit:     e9e1808854c183885eeff5787e4053eb438d148b
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Mar 31 18:05:36 2025 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Apr  8 19:46:31 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e18088

x11-misc/xssstate: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 x11-misc/xssstate/files/xssstate-1.1-libdir.patch | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/x11-misc/xssstate/files/xssstate-1.1-libdir.patch 
b/x11-misc/xssstate/files/xssstate-1.1-libdir.patch
deleted file mode 100644
index cedde569f12b..000000000000
--- a/x11-misc/xssstate/files/xssstate-1.1-libdir.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Bug: https://bugs.gentoo.org/732450
-Upstream-Commit: 
https://git.suckless.org/xssstate/commit/5d8e9b49ce2970f786f1e5aa12bbaae83900453f.html
-
-From: orbea <[email protected]>
-Date: Fri, 23 Sep 2022 21:17:01 -0700
-Subject: [PATCH] config.mk: Add LIBDIR
-
---- a/config.mk
-+++ b/config.mk
-@@ -5,11 +5,12 @@ VERSION = 1.1
- 
- # paths
- PREFIX = /usr/local
-+LIBDIR = ${PREFIX}/lib
- MANPREFIX = ${PREFIX}/share/man
- 
- # includes and libs
- INCS = -I. -I/usr/include
--LIBS = -L/usr/lib -lc -lX11 -lXss
-+LIBS = -L${LIBDIR} -lc -lX11 -lXss
- 
- # flags
- CPPFLAGS = -DVERSION=\"${VERSION}\"

Reply via email to