FreeBSD: compile error #20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
weird error eh?
the Makefile looks like this:
that pipe character on the
priv/captcha:line is the culprit. This appears to be valid GNU make syntax but not BSD? If I remove the pipe it lets me build it. This started happening after the recent change to get off the git deps. The old upstream Makefile is different: https://raw.githubusercontent.com/davidqhr/elixir-captcha/refs/heads/master/MakefileThe upstream makefile doesn't work either, because it has different gnu extensions. Mainly it fails on OpenBSD's make.