freebsd-ports/comms/wspr/files/patch-wspr.py
Diane Bruce 7713469fc1 Unbreak build
Portaudio cleanups
remove obsolete USE_AUTOTOOLS=  autoconf
2015-07-27 16:37:12 +00:00

11 lines
296 B
Python

--- wspr.py.orig 2015-07-27 16:22:02 UTC
+++ wspr.py
@@ -50,7 +50,7 @@ from WsprMod import g
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