svn commit: r425951 - head/editors/libreoffice/files

Baptiste Daroussin bapt at FreeBSD.org
Sat Nov 12 13:26:32 UTC 2016


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 at 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 \


More information about the svn-ports-head mailing list