SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
graphics/py-sane/patches/patch-setup_py
Normal file
13
graphics/py-sane/patches/patch-setup_py
Normal file
|
@ -0,0 +1,13 @@
|
|||
Index: setup.py
|
||||
--- setup.py.orig
|
||||
+++ setup.py
|
||||
@@ -1,7 +1,8 @@
|
||||
import setuptools
|
||||
|
||||
sane = setuptools.Extension('_sane',
|
||||
- include_dirs=[],
|
||||
+ include_dirs=[ '${LOCALBASE}/include' ],
|
||||
+ library_dirs=['${LOCALBASE}/lib'],
|
||||
libraries=['sane'],
|
||||
define_macros=[],
|
||||
extra_compile_args=[],
|
Loading…
Add table
Add a link
Reference in a new issue