diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-02-22 15:56:03 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-02-22 15:56:03 +0000 |
commit | 2f14946db8ea28fb4aeaa3628c45d9d12b621d9a (patch) | |
tree | 2405bb95d6f6cc3109d3e64fb93db187a1625ed1 /audio/py-pyliblo/files | |
parent | Update to 6.06 (diff) |
Use USE_PYTHON=autoplist
- Change MASTER_SITES to CHEESESHOP
- Simplify Makefile and setup.py patch after r523104 and r523220
- Take maintainership
Notes
Notes:
svn path=/head/; revision=526791
Diffstat (limited to 'audio/py-pyliblo/files')
-rw-r--r-- | audio/py-pyliblo/files/patch-setup.py | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/audio/py-pyliblo/files/patch-setup.py b/audio/py-pyliblo/files/patch-setup.py deleted file mode 100644 index 693cd0ee4531..000000000000 --- a/audio/py-pyliblo/files/patch-setup.py +++ /dev/null @@ -1,24 +0,0 @@ ---- 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 |