Two dependencies are improperly listed as BUILD_DEPENDS
rather than LIB_DEPENDS. I noticed this when I attempted
to install it via 'pkg_add -r stratagus' and lua was not
fetched.
PR: ports/90677
Submitted by: Travis Poppe <tlp@liquidx.org>
Explicit -lc after -pthread seems to break libpthread, the game cores
on startup. Avoid this by not explicitly linking -lc.
I'm not sure why this is happening.
PR: ports/73398 (with modification)
Submitted by: Travis Poppe <tlp@LiquidX.org> (maintainer)