diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2022-07-10 16:03:10 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2022-07-10 16:03:10 +0200 |
commit | 90c3a62f8d5ae2cdca002f80c5c403ee0b0f0471 (patch) | |
tree | 59eedab53b136fb2403d206d45e81d53279f7cef /x11-plugins | |
parent | x11-plugins/wmrack: fix XPM/standart.style compilation error (diff) | |
download | gentoo-90c3a62f8d5ae2cdca002f80c5c403ee0b0f0471.tar.gz gentoo-90c3a62f8d5ae2cdca002f80c5c403ee0b0f0471.tar.bz2 gentoo-90c3a62f8d5ae2cdca002f80c5c403ee0b0f0471.zip |
x11-plugins/wmmenu: update makefile patch to also fix link command line
Bug: https://bugs.gentoo.org/743082
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmmenu/files/wmmenu-1.3-Makefile.patch | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/x11-plugins/wmmenu/files/wmmenu-1.3-Makefile.patch b/x11-plugins/wmmenu/files/wmmenu-1.3-Makefile.patch index bbf18433480c..7e41b40d2f04 100644 --- a/x11-plugins/wmmenu/files/wmmenu-1.3-Makefile.patch +++ b/x11-plugins/wmmenu/files/wmmenu-1.3-Makefile.patch @@ -1,7 +1,12 @@ ---- a/Makefile 2015-04-17 13:43:08.122972280 +0200 -+++ b/Makefile 2015-04-17 13:43:11.569975854 +0200 -@@ -14,12 +14,12 @@ - PIXBUF_LIB := -rdynamic -L$(shell $(PIXBUF_CFG) --variable=prefix)/lib -lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 +diff -Naur a/Makefile b/Makefile +--- a/Makefile 2015-04-17 13:36:16.000000000 +0200 ++++ b/Makefile 2022-07-10 16:02:05.686255330 +0200 +@@ -11,15 +11,15 @@ + PIXBUF_CFG = pkg-config gdk-pixbuf-xlib-2.0 + PIXBUF_DEF = -DWITH_GDKPIXBUF + PIXBUF_INC := $(shell $(PIXBUF_CFG) --cflags) +-PIXBUF_LIB := -rdynamic -L$(shell $(PIXBUF_CFG) --variable=prefix)/lib -lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 ++PIXBUF_LIB := -rdynamic -lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 endif -CC = gcc #-g |