From e9e1808854c183885eeff5787e4053eb438d148b Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Mon, 31 Mar 2025 20:05:36 +0200 Subject: [PATCH] x11-misc/xssstate: remove unused patch Signed-off-by: Michael Mair-Keimberger Signed-off-by: Conrad Kostecki --- .../xssstate/files/xssstate-1.1-libdir.patch | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 x11-misc/xssstate/files/xssstate-1.1-libdir.patch 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 cedde569f12b8..0000000000000 --- 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 -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}\"