From 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 26 Jul 2016 16:51:15 +0000 Subject: Cleanup patches, a* categories. Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight --- audio/py-pyliblo/files/patch-setup.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'audio/py-pyliblo/files') diff --git a/audio/py-pyliblo/files/patch-setup.py b/audio/py-pyliblo/files/patch-setup.py index 6b88847adb3c..693cd0ee4531 100644 --- a/audio/py-pyliblo/files/patch-setup.py +++ b/audio/py-pyliblo/files/patch-setup.py @@ -1,14 +1,14 @@ ---- setup.py.orig 2014-09-17 12:36:01.069734246 +0200 -+++ setup.py 2014-09-17 12:36:49.484953374 +0200 -@@ -45,6 +45,7 @@ +--- 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'] + libraries = ['lo'], ) -@@ -66,12 +67,7 @@ +@@ -63,12 +64,7 @@ setup( 'scripts/send_osc.py', 'scripts/dump_osc.py', ], @@ -20,5 +20,5 @@ - ], + data_files = [], cmdclass = cmdclass, - ext_modules = ext_modules - ) + ext_modules = ext_modules, + **args -- cgit v1.2.3