commit:     224b7ec8ea55285af29f6c71b820e4e904955175
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Feb 11 11:21:33 2019 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Feb 24 22:16:11 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224b7ec8

app-admin/ide-smart: remove unused patch(es).

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11028
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 .../files/ide-smart-1.4-fix-build-system.patch          | 17 -----------------
 1 file changed, 17 deletions(-)

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
deleted file mode 100644
index ad523e36b3f..00000000000
--- a/app-admin/ide-smart/files/ide-smart-1.4-fix-build-system.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -2,13 +2,10 @@
- 
- #CC      = gcc
- PROF    = -g0 -O2
--CFLAGS  = $(PROF) -Wall
--LDFLAGS = $(PROF)
-+CFLAGS += -Wall
- TARGET  = ide-smart
- OBJECTS = ide-smart.o
-               
--ide-smart: $(OBJECTS)
--      $(CC) $(LDFLAGS) -o $(TARGET) $(OBJECTS)
- 
- all: ide-smart
- 

Reply via email to