From 55d2757f88ef6c113f04e195be63aa7f4dd8a891 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Fri, 19 Feb 2021 17:15:40 +0000 Subject: japanese/man: fix build with base system PIE default PIE static libraries are currently not supported by the base system mk files. For now just disable PIE in the affected ports as a workaround. PR: 253275 [exp-run] Approved by: lwhsu Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D28791 --- japanese/man/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'japanese') diff --git a/japanese/man/Makefile b/japanese/man/Makefile index 2dd9a3373175..efdf6542ac9a 100644 --- a/japanese/man/Makefile +++ b/japanese/man/Makefile @@ -29,6 +29,8 @@ SHEBANG_FILES= catman/catman.perl makewhatis/makewhatis.perl # Fix build with clang11 CFLAGS+= -fcommon +# XXX PIE static libraries currently not supported by base system /usr/share/mk +MAKE_ARGS+= WITHOUT_PIE=true post-patch: .for file in apropos/apropos.sh catman/catman.perl \ -- cgit v1.2.3