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
I had to add this patch to build on the FreeBSD:
--- configure.ac.orig 2016-08-19 17:27:35 UTC +++ configure.ac @@ -7,7 +7,7 @@ AC_PREREQ(2.59) AC_INIT([libchardet], [1.0.5], [http://oops.org]) AC_CONFIG_AUX_DIR([tools]) -AM_INIT_AUTOMAKE([-Wall -Werror -Wno-override foreign no-dependencies]) +AM_INIT_AUTOMAKE([-Wall -Werror -Wno-override foreign no-dependencies subdir-objects]) AM_MAINTAINER_MODE AC_CONFIG_SRCDIR([src/nsUniversalDetector.h])
The text was updated successfully, but these errors were encountered:
Thanks for your good job
Sorry, something went wrong.
55e802a
Joungkyun
No branches or pull requests
I had to add this patch to build on the FreeBSD:
The text was updated successfully, but these errors were encountered: