From a0921d30f87413815a44ce16101a002624ca98b5 Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Mon, 15 Dec 2014 14:07:51 +0000 Subject: - 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 --- comms/wspr/files/patch-wspr.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 comms/wspr/files/patch-wspr.py (limited to 'comms/wspr/files/patch-wspr.py') 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 -- cgit v1.2.3