CVSROOT: /cvs Module name: ports Changes by: [email protected] 2022/10/25 09:10:34
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
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@
