git: 3638c4ca5fd7 - main - editors/libreoffice: Add missing quotes in CONFIGURE_ENV
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jun 2026 19:22:25 UTC
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3638c4ca5fd7629e2c8f945a3622a5f185bc561b
commit 3638c4ca5fd7629e2c8f945a3622a5f185bc561b
Author: Nikolas Papenfus <support@it-es.co.uk>
AuthorDate: 2026-06-23 19:19:40 +0000
Commit: Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2026-06-23 19:22:04 +0000
editors/libreoffice: Add missing quotes in CONFIGURE_ENV
PR: 296229
Event: Halifax Hackathon 202606
Sponsored by: The FreeBSD Foundation
---
editors/libreoffice/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile
index cc0926489e09..d8a352d7433c 100644
--- a/editors/libreoffice/Makefile
+++ b/editors/libreoffice/Makefile
@@ -341,8 +341,8 @@ CONFIGURE_ENV= DMAKE=${LOCALBASE}/bin/dmake \
ICU_LIBS="`icu-config --ldflags`" \
PYTHON_CFLAGS="`${PYTHON_VERSION}-config --cflags`" \
PYTHON_LIBS="`${PYTHON_VERSION}-config --libs`" \
- ZXING_CFLAGS="-I${LOCALBASE}/include/ZXing \
- CPLUS_INCLUDE_PATH="-I${LOCALBASE}/include \
+ ZXING_CFLAGS="-I${LOCALBASE}/include/ZXing" \
+ CPLUS_INCLUDE_PATH="-I${LOCALBASE}/include" \
ac_cv_path_SED=${LOCALBASE}/bin/gsed
CONFIGURE_SHELL= ${LOCALBASE}/bin/bash