freebsd-ports/comms/wspr/files/patch-wspr.py
Diane Bruce a0921d30f8 - 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
2014-12-15 14:07:51 +00:00

11 lines
322 B
Python

--- 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