diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
commit | 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch) | |
tree | 9b071a8105704e992946dcd6b801e9fcb7635142 /audio/pithos/files/patch-setup.py | |
parent | 5a20e7990eb544509174d617d359bf0d4ac64737 (diff) | |
download | ports-9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896.tar.gz ports-9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896.zip |
Notes
Diffstat (limited to 'audio/pithos/files/patch-setup.py')
-rw-r--r-- | audio/pithos/files/patch-setup.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/pithos/files/patch-setup.py b/audio/pithos/files/patch-setup.py index 2445832bd5ea..cbd9afc1d6d8 100644 --- a/audio/pithos/files/patch-setup.py +++ b/audio/pithos/files/patch-setup.py @@ -1,6 +1,6 @@ ---- setup.py.orig 2014-05-01 18:33:16.000000000 -0400 -+++ setup.py 2014-07-24 20:19:53.091960936 -0400 -@@ -37,11 +37,11 @@ +--- setup.py.orig 2014-05-01 22:33:16 UTC ++++ setup.py +@@ -37,11 +37,11 @@ def read(fname): if sys.platform != 'win32': data_files = [ @@ -17,7 +17,7 @@ ] else: data_files = [] -@@ -78,6 +78,7 @@ +@@ -78,6 +78,7 @@ setup( ], packages=find_packages(), include_package_data=True, |