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
This commit is contained in:
parent
55d2757f88
commit
868b354d74
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=566083
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue