diff options
author | wen <wen@FreeBSD.org> | 2010-10-25 16:02:39 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-10-25 16:02:39 +0800 |
commit | 7009cbeacb16f8162af581a8ed7cad310ba0fda5 (patch) | |
tree | f5371818dad39ee9b2caa52b8231cbc544523eb9 /audio/py-pyliblo/files | |
parent | 46eac919b9a859fd58db82e365a7ce6f90b37048 (diff) | |
download | freebsd-ports-gnome-7009cbeacb16f8162af581a8ed7cad310ba0fda5.tar.gz freebsd-ports-gnome-7009cbeacb16f8162af581a8ed7cad310ba0fda5.tar.zst freebsd-ports-gnome-7009cbeacb16f8162af581a8ed7cad310ba0fda5.zip |
- Update to 0.9.0
Diffstat (limited to 'audio/py-pyliblo/files')
-rw-r--r-- | audio/py-pyliblo/files/patch-setup.py | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/audio/py-pyliblo/files/patch-setup.py b/audio/py-pyliblo/files/patch-setup.py index 1fc47b2378d9..3a92b87a30fb 100644 --- a/audio/py-pyliblo/files/patch-setup.py +++ b/audio/py-pyliblo/files/patch-setup.py @@ -1,24 +1,24 @@ ---- setup.py.orig 2009-10-04 19:12:34.000000000 +0800 -+++ setup.py 2009-10-04 19:14:46.000000000 +0800 -@@ -42,6 +42,7 @@ - extra_compile_args = [ +--- setup.py.orig 2010-10-25 15:47:52.000000000 +0800 ++++ setup.py 2010-10-25 15:54:41.000000000 +0800 +@@ -39,6 +39,7 @@ '-fno-strict-aliasing', '-Werror-implicit-function-declaration', + '-Wfatal-errors', + '-I%%LOCALBASE%%/include/', ], libraries = ['lo'] ) -@@ -63,12 +64,7 @@ +@@ -53,12 +54,7 @@ 'scripts/send_osc.py', 'scripts/dump_osc.py', - ], + ] - data_files = [ - ('share/man/man1', [ - 'scripts/send_osc.1', - 'scripts/dump_osc.1', - ]), -- ], -+ - cmdclass = cmdclass, - ext_modules = ext_modules - ) +- ] ++ data_files = [] + else: + # doesn't work with Python 3.x yet + scripts = [] |