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
This commit is contained in:
parent
90ae1f1f9a
commit
d9f19443b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363883
2 changed files with 12 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= w3m
|
||||
PORTVERSION= 0.5.3
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES+= www ipv6
|
||||
MASTER_SITES= SF/w3m/w3m/w3m-${PORTVERSION}
|
||||
|
||||
|
|
11
www/w3m/files/patch-config.h.in
Normal file
11
www/w3m/files/patch-config.h.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- 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
|
Loading…
Reference in a new issue