[67733] trunk/dports/python/py26-pyusb/files/setup.py.diff

jmr at macports.org jmr at macports.org
Mon May 17 07:21:55 PDT 2010


Revision: 67733
          http://trac.macports.org/changeset/67733
Author:   jmr at macports.org
Date:     2010-05-17 07:21:50 -0700 (Mon, 17 May 2010)
Log Message:
-----------
py26-pyusb: fix include path in patch (#24891)

Modified Paths:
--------------
    trunk/dports/python/py26-pyusb/files/setup.py.diff

Modified: trunk/dports/python/py26-pyusb/files/setup.py.diff
===================================================================
--- trunk/dports/python/py26-pyusb/files/setup.py.diff	2010-05-17 13:47:54 UTC (rev 67732)
+++ trunk/dports/python/py26-pyusb/files/setup.py.diff	2010-05-17 14:21:50 UTC (rev 67733)
@@ -1,5 +1,5 @@
 --- setup.py.orig	2009-06-13 03:15:47.000000000 +1000
-+++ setup.py	2010-05-15 20:04:38.000000000 +1000
++++ setup.py	2010-05-18 00:18:54.000000000 +1000
 @@ -34,9 +34,8 @@
                         'CoreFoundation',
                         '-framework',
@@ -8,7 +8,7 @@
 -                       '-L/usr/local/lib']
 -    extra_compile_args = ['-I/sw/include','-I/usr/local/lib']
 +                       '-L__PREFIX__/lib']
-+    extra_compile_args = ['-I__PREFIX__/lib']
++    extra_compile_args = ['-I__PREFIX__/include']
  # Juha Torkkel has reported problems compiling on freebsd
  # when libusb is in /usr/local tree. I don't know on freebsd, but
  # on Linux the paths to usr/local are in $PATH.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100517/7c570792/attachment.html>


More information about the macports-changes mailing list