diff options
Diffstat (limited to 'editors/libreoffice/files/patch-Makefile.in')
-rw-r--r-- | editors/libreoffice/files/patch-Makefile.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/editors/libreoffice/files/patch-Makefile.in b/editors/libreoffice/files/patch-Makefile.in index ac32968f9684..83b70c670bc8 100644 --- a/editors/libreoffice/files/patch-Makefile.in +++ b/editors/libreoffice/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig 2016-10-28 14:50:26 UTC +--- Makefile.in.orig 2017-05-03 16:46:29 UTC +++ Makefile.in -@@ -52,7 +52,7 @@ $(BUILDDIR)/config_host.mk : $(wildcard +@@ -250,7 +250,7 @@ endif + # + # Bootstrap + # +-bootstrap: check-if-root compilerplugins ++bootstrap: compilerplugins - else # MAKE_RESTARTS - --all: check-if-root build -+all: build - - check-if-root: - @if test `id -u` = 0; then \ + # + # Build |