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 got this working in FreeBSD 13.1 but I needed to make two changes. I am sharing in case this would help anyone else.
@@ -1,6 +1,6 @@ CFLAGS=-Wall -Wextra --std=c99 -O2 -CUPSDIR=$(shell cups-config --serverbin) -CUPSDATADIR=$(shell cups-config --datadir) +CUPSDIR=/usr/local/libexec/cups +CUPSDATADIR=/usr/local/share/cups
@@ -149,7 +149,7 @@ void dict_add(u8 byte, u8 *dict) { dict[0] = byte; } -int fls(unsigned int n) { +int fls(int n) {
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I got this working in FreeBSD 13.1 but I needed to make two changes. I am sharing in case this would help anyone else.
Thanks.
The text was updated successfully, but these errors were encountered: