ports/audio/py-pyliblo/files/patch-setup.py
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

24 lines
631 B
Python

--- setup.py.orig 2015-04-14 07:23:17 UTC
+++ setup.py
@@ -45,6 +45,7 @@ ext_modules = [
'-fno-strict-aliasing',
'-Werror-implicit-function-declaration',
'-Wfatal-errors',
+ '-I%%LOCALBASE%%/include/',
],
libraries = ['lo'],
)
@@ -63,12 +64,7 @@ setup(
'scripts/send_osc.py',
'scripts/dump_osc.py',
],
- data_files = [
- ('share/man/man1', [
- 'scripts/send_osc.1',
- 'scripts/dump_osc.1',
- ]),
- ],
+ data_files = [],
cmdclass = cmdclass,
ext_modules = ext_modules,
**args