summaryrefslogtreecommitdiff
path: root/app-editors/fe/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-editors/fe/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-editors/fe/files')
-rw-r--r--app-editors/fe/files/fe-1.8-makefile.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/app-editors/fe/files/fe-1.8-makefile.patch b/app-editors/fe/files/fe-1.8-makefile.patch
deleted file mode 100644
index 73f7e09020da..000000000000
--- a/app-editors/fe/files/fe-1.8-makefile.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -Nur fe-1.8-orig/Makefile.in fe-1.8/Makefile.in
---- fe-1.8-orig/Makefile.in 2007-08-31 20:47:09.000000000 +0200
-+++ fe-1.8/Makefile.in 2011-08-27 21:07:43.000000000 +0200
-@@ -40,10 +40,10 @@
-
- install: all
- $(INSTALL) -m 755 -d $(BINDIR)
-- $(INSTALL_PROGRAM) -s fe $(BINDIR)/fe
-+ $(INSTALL_PROGRAM) fe $(BINDIR)/fe
- $(INSTALL) -m 755 -d $(MANDIR)/man1
- $(INSTALL_DATA) fe.1 $(MANDIR)/man1/fe.1
-- make install-po
-+ $(MAKE) install-po
-
- .c.o:
- $(CC) -c $(CPPFLAGS) $(CFLAGS) $<