diff options
author | Diane Bruce <db@FreeBSD.org> | 2014-12-15 14:07:51 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2014-12-15 14:07:51 +0000 |
commit | a0921d30f87413815a44ce16101a002624ca98b5 (patch) | |
tree | c94896f3052d268e2180b88715208c125ea13cce /comms/wspr/files/patch-wspr.py | |
parent | - Simplify MASTER_SITES (diff) |
- Unbreak wspr
- While here fix import of zeroes removing obsolete import
added DOS2UNIX to faciltate this change
- Do not re-add #LDFLAGS+= -shared it breaks configure
Diffstat (limited to 'comms/wspr/files/patch-wspr.py')
-rw-r--r-- | comms/wspr/files/patch-wspr.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/wspr/files/patch-wspr.py b/comms/wspr/files/patch-wspr.py new file mode 100644 index 000000000000..1932d28ad5b2 --- /dev/null +++ b/comms/wspr/files/patch-wspr.py @@ -0,0 +1,11 @@ +--- wspr.py.orig 2014-12-14 19:16:10.079628932 -0500 ++++ wspr.py 2014-12-14 19:16:18.894628427 -0500 +@@ -50,7 +50,7 @@ + import Pmw + from WsprMod import palettes + from math import log10 +-from numpy.oldnumeric import zeros ++from numpy import zeros + import array + ##import dircache + from PIL import Image, ImageTk, ImageDraw |