x11-misc/xssstate: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2025-03-31 20:05:36 +02:00
committed by Conrad Kostecki
parent d73be104f3
commit e9e1808854

View File

@@ -1,23 +0,0 @@
Bug: https://bugs.gentoo.org/732450
Upstream-Commit: https://git.suckless.org/xssstate/commit/5d8e9b49ce2970f786f1e5aa12bbaae83900453f.html
From: orbea <orbea@riseup.net>
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}\"