CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/02/12 04:52:19
Modified files:
news/nzbget : Makefile
Log message:
Use ports-gcc not ports-clang to fix sparc64 build
> /tmp/PostScript-e00a4a.s:3155: Error: operation combines symbols in different
> segments
> clang-13: error: assembler command failed with exit code 1 (use -v to see
> invocation)
While here, substitute the config just once in post-patch. pre-configure
would needlessly be rerun on every `make clean=build && make build'.
OK bket