Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correction to successfully build for FreeBSD #38

Open
airflow2010 opened this issue Feb 17, 2021 · 1 comment
Open

correction to successfully build for FreeBSD #38

airflow2010 opened this issue Feb 17, 2021 · 1 comment

Comments

@airflow2010
Copy link

In my recent tests, I found two small corrections which had to be done to successfully build for FreeBSD:

/usr/bin/sed -i -- 's/-Werror//g' Makefile
/usr/bin/sed -i -- '1320s/$/ && !defined(PLATFORM_FREEBSD)/' Os/Posix/Os.c

@airflow2010
Copy link
Author

Additional comment: My changes are referring to version 1.30.3937. The second line specifically is targeted to the "isWireless"-function, which has to be disabled for FreeBSD.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant