summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/kakoune')
-rw-r--r--app-editors/kakoune/kakoune-0_pre20171120.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/kakoune/kakoune-0_pre20171120.ebuild b/app-editors/kakoune/kakoune-0_pre20171120.ebuild
index db8236e59f2d..862daa7fc9be 100644
--- a/app-editors/kakoune/kakoune-0_pre20171120.ebuild
+++ b/app-editors/kakoune/kakoune-0_pre20171120.ebuild
@@ -34,9 +34,9 @@ pkg_setup() {
}
src_prepare() {
- default
+ default
- sed -i -e '/CXXFLAGS += -O3/d' src/Makefile || \
+ sed -i -e '/CXXFLAGS += -O3/d' src/Makefile || \
die "Failed to patch makefile"
}