root/trunk/ports/python/py27-hesiod/files/patch-setup.py
Revision 205, 407 bytes (checked in by quentin, 13 years ago) |
---|
Line | |
---|---|
1 | --- setup.py.orig 2012-02-24 01:47:58.000000000 -0500 |
2 | +++ setup.py 2012-02-24 01:48:19.000000000 -0500 |
3 | @@ -17,6 +17,8 @@ |
4 | ext_modules=[ |
5 | Extension("_hesiod", |
6 | ["_hesiod.pyx"], |
7 | + include_dirs=['__PREFIX__/include'], |
8 | + library_dirs=['__PREFIX__/lib'], |
9 | libraries=["hesiod"]) |
10 | ], |
11 | cmdclass= {"build_ext": build_ext} |
Note: See TracBrowser for help on using the browser.