diff options
Diffstat (limited to 'app-admin/ide-smart/files/ide-smart-1.4-fix-build-system.patch')
-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 - |