ports/editors/libreoffice/files/patch-Makefile.in
Baptiste Daroussin 5d968e87c0 Fix runtime issues related to thread_locale
__cxa_thread_atexit which is needed when building c++11 program using
thread_locale is only defined on FreeBSD 11-STABLE and 12-CURRENT

Backout the change in libreoffice which happened during the 5.2 dev phase adding
thread_locale

PR:		214473
Reported by:	Dušan Vejnovič <freebsd@dussan.org>
Tested by:	Dušan Vejnovič <freebsd@dussan.org>
2016-11-13 22:38:15 +00:00

12 lines
233 B
Plaintext

--- Makefile.in.orig 2016-10-28 14:50:26 UTC
+++ Makefile.in
@@ -52,7 +52,7 @@ $(BUILDDIR)/config_host.mk : $(wildcard
else # MAKE_RESTARTS
-all: check-if-root build
+all: build
check-if-root:
@if test `id -u` = 0; then \