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 E3FA91396D0 for ; Sat, 2 Sep 2017 14:46:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 899FF1FC054; Sat, 2 Sep 2017 14:46:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 66E0D1FC054 for ; Sat, 2 Sep 2017 14:46:18 +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 AEC1C341683 for ; Sat, 2 Sep 2017 14:46:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCB3B8B78 for ; Sat, 2 Sep 2017 14:46:14 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1504363564.8e7e4d171b547e4ecb432ff5e8e5d49bc3ea56fc.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/allin1/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/allin1/files/makefile.patch X-VCS-Directories: x11-plugins/allin1/files/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 8e7e4d171b547e4ecb432ff5e8e5d49bc3ea56fc X-VCS-Branch: master Date: Sat, 2 Sep 2017 14:46:14 +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: e20d88e3-a527-4e0c-b0e0-dc002b09e2f2 X-Archives-Hash: f406ee03dcf98d4f21a08d6b2aa975b6 commit: 8e7e4d171b547e4ecb432ff5e8e5d49bc3ea56fc Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Aug 19 13:17:22 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Sep 2 14:46:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7e4d17 x11-plugins/allin1: remove unused patch x11-plugins/allin1/files/makefile.patch | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/x11-plugins/allin1/files/makefile.patch b/x11-plugins/allin1/files/makefile.patch deleted file mode 100644 index 20837b4488c..00000000000 --- a/x11-plugins/allin1/files/makefile.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- src/Makefile.old 2012-10-24 13:12:48.128285694 +0200 -+++ src/Makefile 2012-10-24 13:19:56.135247071 +0200 -@@ -11,8 +11,9 @@ - - CC = gcc - FLEX = flex --LIBFLAGS = -ggdb -Wall -O2 -fPIC --CFLAGS = -ggdb -Wall -O2 -+LIBFLAGS = -fPIC -+CFLAGS = -+LDFLAGS = - GENERATED = allin1 confparse.c - LIBRARIES = -L/usr/X11R6/lib -lXext -lX11 -lXpm -lm - MODULES = allin1.o dockhelper.o memory.o battery.o cpu.o \ -@@ -58,7 +59,7 @@ - - - allin1: $(MODULES) -- $(CC) $(CFLAGS) -o $@ $(MODULES) -DDEBUG $(LIBRARIES) -+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(MODULES) -DDEBUG $(LIBRARIES) - - - install: allin1