Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ide-smart/files/
Date: Sun, 24 Feb 2019 22:16:58
Message-Id: 1551046571.224b7ec8ea55285af29f6c71b820e4e904955175.monsieurp@gentoo
1 commit: 224b7ec8ea55285af29f6c71b820e4e904955175
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 11 11:21:33 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 24 22:16:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224b7ec8
7
8 app-admin/ide-smart: remove unused patch(es).
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11028
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 .../files/ide-smart-1.4-fix-build-system.patch | 17 -----------------
15 1 file changed, 17 deletions(-)
16
17 diff --git a/app-admin/ide-smart/files/ide-smart-1.4-fix-build-system.patch b/app-admin/ide-smart/files/ide-smart-1.4-fix-build-system.patch
18 deleted file mode 100644
19 index ad523e36b3f..00000000000
20 --- a/app-admin/ide-smart/files/ide-smart-1.4-fix-build-system.patch
21 +++ /dev/null
22 @@ -1,17 +0,0 @@
23 ---- a/Makefile
24 -+++ b/Makefile
25 -@@ -2,13 +2,10 @@
26 -
27 - #CC = gcc
28 - PROF = -g0 -O2
29 --CFLAGS = $(PROF) -Wall
30 --LDFLAGS = $(PROF)
31 -+CFLAGS += -Wall
32 - TARGET = ide-smart
33 - OBJECTS = ide-smart.o
34 -
35 --ide-smart: $(OBJECTS)
36 -- $(CC) $(LDFLAGS) -o $(TARGET) $(OBJECTS)
37 -
38 - all: ide-smart
39 -