Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Nov 2016 13:26:31 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425951 - head/editors/libreoffice/files
Message-ID:  <201611121326.uACDQV2O031834@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Nov 12 13:26:30 2016
New Revision: 425951
URL: https://svnweb.freebsd.org/changeset/ports/425951

Log:
  Allow to bulid as root
  
  PR:		214440
  Reported by:	O. Hartmann <ohartmann@walstatt.org>

Modified:
  head/editors/libreoffice/files/patch-Makefile.in

Modified: head/editors/libreoffice/files/patch-Makefile.in
==============================================================================
--- head/editors/libreoffice/files/patch-Makefile.in	Sat Nov 12 13:09:30 2016	(r425950)
+++ head/editors/libreoffice/files/patch-Makefile.in	Sat Nov 12 13:26:30 2016	(r425951)
@@ -1,11 +1,11 @@
---- Makefile.in.orig	2016-10-28 14:50:26 UTC
+--- Makefile.in.orig	2016-11-11 12:49:08 UTC
 +++ Makefile.in
-@@ -355,7 +355,7 @@ else
- 	@exit 1
- endif
+@@ -52,7 +52,7 @@ $(BUILDDIR)/config_host.mk : $(wildcard 
  
--distro-pack-install: install
-+distro-pack-install: install-strip
- 	$(SRCDIR)/bin/distro-install-clean-up
- 	$(SRCDIR)/bin/distro-install-desktop-integration
- 	$(SRCDIR)/bin/distro-install-sdk
+ else # MAKE_RESTARTS
+ 
+-all: check-if-root build
++all: build
+ 
+ check-if-root:
+ 	@if test `id -u` = 0; then \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611121326.uACDQV2O031834>