1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/devel/libusb/files/patch-configure
Yen-Ming Lee 7fdd27b92c - update to libusb-0.1.10a
- bump library version to all ports that depends on libusb

PR:		79084
Submitted by:	John Reynolds <johnjen@reynoldsnet.org>
2005-04-13 10:22:22 +00:00

20 lines
373 B
Plaintext

--- configure.orig Fri Feb 25 23:04:35 2005
+++ configure Fri Feb 25 23:05:03 2005
@@ -21635,16 +21635,10 @@
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <dev/usb/usb.h>
-int
-main ()
-{
int main(void)
{
int a = ((struct usb_ctl_request *)0L)->ucr_addr;
return 0;
}
- ;
- return 0;
-}
_ACEOF
rm -f conftest.$ac_objext