diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-02-11 12:21:33 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-02-24 23:16:11 +0100 |
commit | 224b7ec8ea55285af29f6c71b820e4e904955175 (patch) | |
tree | 303bf44ac6964ed9c74acc071951300cb280c445 | |
parent | dev-java/sbt-bin: version bump v1.1.5 -> v1.2.8. (diff) | |
download | gentoo-224b7ec8ea55285af29f6c71b820e4e904955175.tar.gz gentoo-224b7ec8ea55285af29f6c71b820e4e904955175.tar.bz2 gentoo-224b7ec8ea55285af29f6c71b820e4e904955175.zip |
app-admin/ide-smart: remove unused patch(es).
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11028
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
-rw-r--r-- | app-admin/ide-smart/files/ide-smart-1.4-fix-build-system.patch | 17 |
1 files changed, 0 insertions, 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 ad523e36b3f9..000000000000 --- 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 - |