wyrd 1.4.4 found term.h by checking for TERMTYPE which worked fine.
wyrd 1.4.5 tries to find term.h by checking for TERMINAL which fails because:
error: variable has incomplete type 'TERMINAL' (aka 'struct term')
--- curses/configure.orig	2013-02-02 21:40:49.000000000 -0600
+++ curses/configure	2018-10-27 16:58:00.000000000 -0500
@@ -3673,7 +3673,7 @@
 int
 main ()
 {
-TERMINAL __dummy
+TERMTYPE __dummy
   ;
   return 0;
 }
