Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/dmenu/files/
Date: Fri, 10 Jan 2020 11:45:27
Message-Id: 1578656719.94c673973ab7a944154e74014f1d9fc851c5da2b.jer@gentoo
1 commit: 94c673973ab7a944154e74014f1d9fc851c5da2b
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 10 11:44:08 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 10 11:45:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94c67397
7
8 x11-misc/dmenu: Drop unused patch
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 x11-misc/dmenu/files/dmenu-9999-gentoo.patch | 15 ---------------
14 1 file changed, 15 deletions(-)
15
16 diff --git a/x11-misc/dmenu/files/dmenu-9999-gentoo.patch b/x11-misc/dmenu/files/dmenu-9999-gentoo.patch
17 deleted file mode 100644
18 index c22e9b78fe0..00000000000
19 --- a/x11-misc/dmenu/files/dmenu-9999-gentoo.patch
20 +++ /dev/null
21 @@ -1,15 +0,0 @@
22 ---- a/config.mk
23 -+++ b/config.mk
24 -@@ -23,9 +23,9 @@
25 - LIBS = -L$(X11LIB) -lX11 $(XINERAMALIBS) $(FREETYPELIBS)
26 -
27 - # flags
28 --CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"$(VERSION)\" $(XINERAMAFLAGS)
29 --CFLAGS = -std=c99 -pedantic -Wall -Os $(INCS) $(CPPFLAGS)
30 --LDFLAGS = $(LIBS)
31 -+CPPFLAGS += -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"$(VERSION)\"
32 -+CFLAGS += -std=c99 -pedantic -Wall $(INCS) $(CPPFLAGS)
33 -+LDFLAGS += $(LIBS)
34 -
35 - # compiler and linker
36 - CC = cc