mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Conrad Kostecki
parent
d73be104f3
commit
e9e1808854
@@ -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}\"
|
||||
Reference in New Issue
Block a user