From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C76D3138334 for ; Tue, 19 Jun 2018 11:16:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1FF4E0802; Tue, 19 Jun 2018 11:16:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E67FE0802 for ; Tue, 19 Jun 2018 11:16:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A571E335C92 for ; Tue, 19 Jun 2018 11:16:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 318212CB for ; Tue, 19 Jun 2018 11:16:33 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1529406973.fab829b563fcf405fdc8b6db1e35f96b4aac7602.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/dmenu/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/dmenu/files/dmenu-9999-gentoo.patch X-VCS-Directories: x11-misc/dmenu/files/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: fab829b563fcf405fdc8b6db1e35f96b4aac7602 X-VCS-Branch: master Date: Tue, 19 Jun 2018 11:16:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b29741ae-6ef6-4911-9eab-557e3abbe8d2 X-Archives-Hash: 258b9c983cd5382750dbb4482d519d10 commit: fab829b563fcf405fdc8b6db1e35f96b4aac7602 Author: Jeroen Roovers gentoo org> AuthorDate: Tue Jun 19 11:16:13 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Jun 19 11:16:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fab829b5 x11-misc/dmenu: Update live ebuild patch. Package-Manager: Portage-2.3.40, Repoman-2.3.9 x11-misc/dmenu/files/dmenu-9999-gentoo.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/dmenu/files/dmenu-9999-gentoo.patch b/x11-misc/dmenu/files/dmenu-9999-gentoo.patch index 75a1f89415e..c22e9b78fe0 100644 --- a/x11-misc/dmenu/files/dmenu-9999-gentoo.patch +++ b/x11-misc/dmenu/files/dmenu-9999-gentoo.patch @@ -6,7 +6,7 @@ # 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 = -s $(LIBS) +-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)