From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 58575158043 for ; Thu, 18 Apr 2024 19:32:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D1FEE2A42; Thu, 18 Apr 2024 19:32:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52E6CE2A42 for ; Thu, 18 Apr 2024 19:32:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C0CB43434AB for ; Thu, 18 Apr 2024 19:32:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0F6D1735 for ; Thu, 18 Apr 2024 19:32:17 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1713468708.0e8dc088f23eb71562ea86371dc0eb17f6288d7f.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/dmenu/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/dmenu/files/dmenu-4.9-gentoo.patch X-VCS-Directories: x11-misc/dmenu/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 0e8dc088f23eb71562ea86371dc0eb17f6288d7f X-VCS-Branch: master Date: Thu, 18 Apr 2024 19:32:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 839ab921-7a69-4062-8050-dc2d8cece343 X-Archives-Hash: e4e4e967e0e3fec028b99843155dc85f commit: 0e8dc088f23eb71562ea86371dc0eb17f6288d7f Author: Michael Mair-Keimberger levelnine at> AuthorDate: Thu Apr 18 18:17:02 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Apr 18 19:31:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e8dc088 x11-misc/dmenu: remove unused patch Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> x11-misc/dmenu/files/dmenu-4.9-gentoo.patch | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/x11-misc/dmenu/files/dmenu-4.9-gentoo.patch b/x11-misc/dmenu/files/dmenu-4.9-gentoo.patch deleted file mode 100644 index 25fd34ab4579..000000000000 --- a/x11-misc/dmenu/files/dmenu-4.9-gentoo.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/config.mk -+++ b/config.mk -@@ -19,13 +19,13 @@ - #FREETYPEINC = $(X11INC)/freetype2 - - # includes and libs --INCS = -I$(X11INC) -I$(FREETYPEINC) --LIBS = -L$(X11LIB) -lX11 $(XINERAMALIBS) $(FREETYPELIBS) -+INCS = $(X11INC) $(FREETYPEINC) -+LIBS = $(X11LIB) $(XINERAMALIBS) $(FREETYPELIBS) - - # flags --CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"$(VERSION)\" $(XINERAMAFLAGS) --CFLAGS = -std=c99 -pedantic -Wall -Os $(INCS) $(CPPFLAGS) --LDFLAGS = $(LIBS) -+CPPFLAGS += -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"$(VERSION)\" $(XINERAMAFLAGS) -+CFLAGS += -std=c99 -pedantic -Wall $(INCS) $(CPPFLAGS) -+LDFLAGS += $(LIBS) - - # compiler and linker - CC = cc