bsd.port.mk: g/c the mips64 pkg_args handling

Historically, bsd.lib.mk used to build lib*_pic.a libraries, except
on mips64.  Ten years ago, bsd.lib.mk stopped creating lib*_pic.a
files and the corresponding PFRAG.no_mips64 bits were removed from
the ports tree.  Remove the _PKG_ARGS handling that was forgotten
at the time.

From Brad, ok sthen@
This commit is contained in:
naddy 2022-10-25 15:10:34 +00:00
parent 4ecd75b4b4
commit 83c889fbf6

View File

@ -1,6 +1,6 @@
#-*- mode: Makefile; tab-width: 4; -*-
# ex:ts=4 sw=4 filetype=make:
# $OpenBSD: bsd.port.mk,v 1.1578 2022/07/13 12:54:26 kn Exp $
# $OpenBSD: bsd.port.mk,v 1.1579 2022/10/25 15:10:34 naddy Exp $
#
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
@ -1099,13 +1099,6 @@ _TERM_ENV += ${_v}=${${_v}:Q}
. endif
.endfor
# See bsd.lib.mk:162
.if ${MACHINE_ARCH:Mmips64*}
_PKG_ARGS += -Dno_mips64=0
.else
_PKG_ARGS += -Dno_mips64=1
.endif
_PKG_ARGS += -DFLAVORS=${FLAVOR_EXT:Q}
_PKG_ARGS += -B ${WRKINST}
.if ${LOCALBASE} != "/usr/local"