__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>
12 lines
233 B
Plaintext
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 \
|