summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-01-10 12:44:08 +0100
committerJeroen Roovers <jer@gentoo.org>2020-01-10 12:45:19 +0100
commit94c673973ab7a944154e74014f1d9fc851c5da2b (patch)
treeb108382a1fff3d638038e0a1ed724cf58df26305 /x11-misc
parentx11-terms/guake: Update live ebuild (diff)
downloadgentoo-94c673973ab7a944154e74014f1d9fc851c5da2b.tar.gz
gentoo-94c673973ab7a944154e74014f1d9fc851c5da2b.tar.bz2
gentoo-94c673973ab7a944154e74014f1d9fc851c5da2b.zip
x11-misc/dmenu: Drop unused patch
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/dmenu/files/dmenu-9999-gentoo.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/x11-misc/dmenu/files/dmenu-9999-gentoo.patch b/x11-misc/dmenu/files/dmenu-9999-gentoo.patch
deleted file mode 100644
index c22e9b78fe08..000000000000
--- a/x11-misc/dmenu/files/dmenu-9999-gentoo.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/config.mk
-+++ b/config.mk
-@@ -23,9 +23,9 @@
- LIBS = -L$(X11LIB) -lX11 $(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)\"
-+CFLAGS += -std=c99 -pedantic -Wall $(INCS) $(CPPFLAGS)
-+LDFLAGS += $(LIBS)
-
- # compiler and linker
- CC = cc