freebsd-ports/www/w3m/files/patch-config.h.in
MANTANI Nobutaka d9f19443b9 Disable use of RAND_egd as it is absent in FreeBSD.
This also fixes build error with LibreSSL.

PR:		191852, 191956
Submitted by:	vsevolod, meyer.arne83@gmail.com
2014-08-03 11:56:25 +00:00

11 lines
309 B
C

--- config.h.in.orig 2011-01-04 18:22:19.000000000 +0900
+++ config.h.in 2014-08-03 20:27:06.000000000 +0900
@@ -84,7 +84,7 @@
#undef INET6
#undef HAVE_SOCKLEN_T
#undef HAVE_OLD_SS_FAMILY
-#define USE_EGD
+#undef USE_EGD
#define ENABLE_REMOVE_TRAILINGSPACES
#undef MENU_THIN_FRAME
#undef USE_RAW_SCROLL