commit:     a66de87e357b61b8fc9b7b02801bd7eab537cd3c
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 14:17:29 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 14:17:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66de87e

x11-plugins/bfm: fix build with USE=gkrellm

LDFLAGS still used an obsolete single "-Wl" option

Closes: https://bugs.gentoo.org/641460
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-plugins/bfm/files/bfm-0.6.4-makefile.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/bfm/files/bfm-0.6.4-makefile.patch 
b/x11-plugins/bfm/files/bfm-0.6.4-makefile.patch
index ef47930c5dc..773372e1020 100644
--- a/x11-plugins/bfm/files/bfm-0.6.4-makefile.patch
+++ b/x11-plugins/bfm/files/bfm-0.6.4-makefile.patch
@@ -33,7 +33,7 @@
  GKRELLM_OBJS = gkrellm-bfm.o
  GKRELLM_BFM = gkrellm-bfm.so
 -LDFLAGS = -shared -Wl
-+LDFLAGS += -shared -Wl
++LDFLAGS += -shared
  
 -STRIP = strip
 +STRIP = true

Reply via email to