mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 00:09:15 -04:00
Bug 222560: comms/wspr: fails to build with lang/gcc7 or later https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222560 PR: ports/222560 Reported by: Jan Beich <jbeich@FreeBSD.org>
11 lines
296 B
Python
11 lines
296 B
Python
--- wspr.py.orig 2017-09-27 19:55:15 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
|