Changeset 98

Show
Ignore:
Timestamp:
08/09/07 16:58:51 (16 months ago)
Author:
jps
Message:

To fix a crash in libusb (usb_bulk_transfer on Mac OS X (CFRunLoopRunInMode)).
More info: https://sourceforge.net/tracker/index.php?func=detail&aid=1770846&group_id=1674&atid=101674
The patch is coming from http://www.ellert.se/twain-sane/
Thanks Ludovic for debuging this.

Location:
trunk
Files:
1 added
5 modified

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r97 r98  
    163163        tar xzvf $^ 
    164164        mv libusb-$(LIBUSBVERSION) libusb 
     165        cd libusb && patch < ../libusb-runloop.patch 
    165166        touch $@ 
    166167 
  • trunk/Makefile_i386

    r97 r98  
    123123        tar xzvf $^ 
    124124        mv libusb-$(LIBUSBVERSION) libusb 
     125        cd libusb && patch < ../libusb-runloop.patch 
    125126        touch $@ 
    126127 
  • trunk/Makefile_light

    r96 r98  
    9696        tar xzvf $^ 
    9797        mv libusb-$(LIBUSBVERSION) libusb 
     98        cd libusb && patch < ../libusb-runloop.patch 
    9899        touch $@ 
    99100 
  • trunk/Makefile_light_i386

    r96 r98  
    4646        tar xzvf $^ 
    4747        mv libusb-$(LIBUSBVERSION) libusb 
     48        cd libusb && patch < ../libusb-runloop.patch 
    4849        touch $@ 
    4950 
  • trunk/howto

    r96 r98  
    4444        on the Installation DVD or on Apple's developer site. Fink doesn't need  
    4545        to be installed. 
    46         Transfer the Makefile_i386 
     46        Transfer the Makefile_i386 and libusb-runloop.patch 
    4747        and then do: 
    4848        make -f Makefile_i386 all ; make -f Makefile_i386 transfer 
     
    7272        The MacIntel need to have the Developer Xcode installed which is available 
    7373        on the Installation DVD or on Apple's developer site. 
    74         Transfer the Makefile_light_i386 
     74        Transfer the Makefile_light_i386 and libusb-runloop.patch 
    7575        and then do: 
    7676        make -f Makefile_light_i386 all ; make -f Makefile_light_i386 transfer