[Bug 267373] [NEW PORT] games/solver Math quiz game using SDL2
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 267373] [NEW PORT] games/solver Math quiz game using SDL2"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Nov 2022 21:30:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267373 --- Comment #13 from Jason W. Bacon <jwb@freebsd.org> --- Locating libraries and other dependencies (and ensuring that they are installed) is the job of a package manager like FreeBSD ports, not the upstream build system. I explicitly avoid GNU configure, cmake, or anything else of that nature because I don't want to encourage people to do ad-hoc "caveman" builds that might grab the wrong version of a dependency unexpectedly. My project Makefiles are designed to look where the user or package manager tells them to look and nowhere else. -- You are receiving this mail because: You are the assignee for the bug.