mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 03:19:18 -04:00
Office team is proud to announce LibreOffice 7.5 Community, the new major release of the volunteer-supported free office suite for desktop productivity Read more: https://blog.documentfoundation.org/blog/2023/02/02/tdf-announces-libreoffice-75-community/
20 lines
655 B
Text
20 lines
655 B
Text
--- Makefile.in.orig 2022-12-22 00:14:09 UTC
|
|
+++ Makefile.in
|
|
@@ -276,7 +276,7 @@ endif
|
|
#
|
|
# Bootstrap
|
|
#
|
|
-bootstrap: check-if-root compilerplugins
|
|
+bootstrap: compilerplugins
|
|
|
|
#
|
|
# Build
|
|
@@ -448,7 +448,7 @@ endif
|
|
$(SRCDIR)/bin/merge-app-bundles macosx_x86_64/"$(PRODUCTNAME)".app macosx_aarch64/"$(PRODUCTNAME)".app universal/"$(PRODUCTNAME)".app
|
|
touch $@
|
|
|
|
-distro-pack-install: install
|
|
+distro-pack-install: install-strip
|
|
WITH_LANG_LIST="$(WITH_LANG_LIST)" WITH_POOR_HELP_LOCALIZATIONS="$(WITH_POOR_HELP_LOCALIZATIONS)" $(SRCDIR)/bin/distro-install-clean-up
|
|
$(SRCDIR)/bin/distro-install-desktop-integration
|
|
$(SRCDIR)/bin/distro-install-sdk
|