Patch for OS X 10.5 usb driver issue
Sean Burke <[email protected]>
| Newsgroups | gmane.comp.mobile.bitpim.devel |
|---|---|
| Message-ID | <[email protected]> |
Joe, Steven, Can you apply the attached patch to the file bitpim/src/native/usb/mac_build.sh ? It reflects changes that I should have caught when we switched to python 2.5 but it only affects a small number of users who are running 10.5. Best, Sean ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ BitPim-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bitpim-devel
mbld.patch
(text/plain, 227 B)
1,2c1,2 < PYTHONVER=python2.3 < INCLUDEDIR=/System/Library/Frameworks/Python.framework/Versions/2.3/include/$PYTHONVER --- > PYTHONVER=python2.5 > INCLUDEDIR=/Library/Frameworks/Python.framework/Versions/2.5/include/$PYTHONVER