patch #1610795: BSD version of ctypes.util.find_library, by Martin
Kammerhofer.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9540f4b..0319fc1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -109,6 +109,8 @@
 Library
 -------
 
+- Bug #1610795: make ctypes.util.find_library work on BSD systems.
+
 - Fixes for 64-bit Windows: In ctypes.wintypes, correct the
   definitions of HANDLE, WPARAM, LPARAM data types.  Make
   parameterless foreign function calls work.