We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please remove all not FreeBSD Options in fbsd-bumblebee which are from GNU/Linux and use only proper FreeBSD code.
This is newest commit 48a1491 and version 3.0.2 not uploaded to
https://github.com/Bumblebee-Project/Bumblebee/downloads
Some examples, but i think there are more:
configure.ac
-AS_IF([test "x$with_pidfile" != xno], [ - PKG_CHECK_MODULES([libbsd], [libbsd >= 0.2.0]) - PKG_CHECK_EXISTS([libbsd = 0.2.0], [AC_DEFINE(HAVE_LIBBSD_020)]) - ])
src/bbrun.c
-#include <linux/limits.h> /* for PATH_MAX */ +#include <sys/cdefs.h> +#include <sys/syslimits.h> /* for PATH_MAX */
src/bbsocket.c
- int sock = socket(PF_UNIX, SOCK_STREAM | SOCK_CLOEXEC, 0); + int sock = socket(PF_UNIX, SOCK_STREAM, 0);
The text was updated successfully, but these errors were encountered:
Sorry have downloaded from your link in README.markdown and this not works, could you update to newest commit and version 3.2.
Thanks.
Sorry, something went wrong.
Hi, I have an Optimus laptop and it doesn't offer an option to disable the graphics card, so I could use this bumblebee port.
Does this work yet?
No branches or pull requests
Please remove all not FreeBSD Options in fbsd-bumblebee which are from GNU/Linux and use only proper FreeBSD code.
This is newest commit 48a1491 and version 3.0.2 not uploaded to
https://github.com/Bumblebee-Project/Bumblebee/downloads
Some examples, but i think there are more:
configure.ac
src/bbrun.c
src/bbsocket.c
The text was updated successfully, but these errors were encountered: