[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#817757: motion: FTBFS on kfreebsd-amd64: #error This header is not available for amd64



Steven Chamberlain wrote:
> I've attached a quick and easy fix for this, but it's not suitable to go
> upstream.

Oops, attached now.

Thanks,
Regards,
-- 
Steven Chamberlain
steven@pyro.eu.org
--- a/configure.in
+++ b/configure.in
@@ -88,7 +88,7 @@
 
 	AC_MSG_CHECKING(bktr headers in /usr/include/dev/bktr)
 
-	if test -f /usr/include/dev/bktr/ioctl_meteor.h && test -f /usr/include/dev/bktr/ioctl_bt848.h; then
+	if test -f /usr/include/*/dev/bktr/ioctl_meteor.h && test -f /usr/include/*/dev/bktr/ioctl_bt848.h; then
 		AC_MSG_RESULT(yes)
 	else
 		AC_MSG_RESULT(no)

Attachment: signature.asc
Description: Digital signature


Reply to: