freebsd-ports/sysutils/usbutils/files/patch-configure
Henrik Brix Andersen 02ed3f5325 Add usbutils, which contains the popular lsusb(8) utility for listing
USB device descriptors.

Approved by:	erwin (mentor)
2007-12-11 20:45:58 +00:00

13 lines
480 B
Text

--- configure.orig 2007-10-23 23:19:49.000000000 +0200
+++ configure 2007-11-14 20:50:37.000000000 +0100
@@ -4138,7 +4138,9 @@ done
-for ac_header in fcntl.h stdlib.h string.h sys/ioctl.h sys/param.h unistd.h getopt.h errno.h
+
+
+for ac_header in fcntl.h stdlib.h string.h sys/ioctl.h sys/param.h unistd.h getopt.h errno.h asm/byteorder.h machine/endian.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
if eval "test \"\${$as_ac_Header+set}\" = set"; then