summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2019-02-05 16:15:49 +0100
committerJeroen Roovers <jer@gentoo.org>2019-02-05 16:16:02 +0100
commit424d347633450bf1c07d1043d96958b6ba2be458 (patch)
tree3d26bda0e55a64410aa0b1fbb0c9b5d5bbf32054 /x11-misc/dmenu/files/dmenu-4.9-gentoo.patch
parentwww-client/opera-developer: Old (diff)
downloadgentoo-424d347633450bf1c07d1043d96958b6ba2be458.tar.gz
gentoo-424d347633450bf1c07d1043d96958b6ba2be458.tar.bz2
gentoo-424d347633450bf1c07d1043d96958b6ba2be458.zip
x11-misc/dmenu: Version 4.9
Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'x11-misc/dmenu/files/dmenu-4.9-gentoo.patch')
-rw-r--r--x11-misc/dmenu/files/dmenu-4.9-gentoo.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-misc/dmenu/files/dmenu-4.9-gentoo.patch b/x11-misc/dmenu/files/dmenu-4.9-gentoo.patch
new file mode 100644
index 000000000000..ee2ce0b9c159
--- /dev/null
+++ b/x11-misc/dmenu/files/dmenu-4.9-gentoo.patch
@@ -0,0 +1,15 @@
+--- 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)\" $(XINERAMAFLAGS)
++CFLAGS += -std=c99 -pedantic -Wall $(INCS) $(CPPFLAGS)
++LDFLAGS += $(LIBS)
+
+ # compiler and linker
+ CC = cc