From 868b354d74342ebc410f18a137ede46ac6de4fe8 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Fri, 19 Feb 2021 17:17:22 +0000 Subject: [PATCH] audio/play: fix build with base system PIE default PR: 253275 [exp-run] Approved by: lwhsu Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D28794 --- audio/play/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/play/Makefile b/audio/play/Makefile index 0be482589c24..21d947533d75 100644 --- a/audio/play/Makefile +++ b/audio/play/Makefile @@ -14,6 +14,8 @@ CONFLICTS= sox-[0-9]* USES= uidfix MAKE_ARGS= CFLAGS="${CFLAGS}" MANDIR="${PREFIX}/man/ja/man" BINDIR="${PREFIX}/bin" +# XXX PIE static libraries are not supported by base system /usr/share/mk +MAKE_ARGS+= WITHOUT_PIE=true PLIST_FILES= bin/play man/ja/man1/play.1.gz