diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2014-08-03 19:56:25 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2014-08-03 19:56:25 +0800 |
commit | 8179a770612689258bd20fa51f3d5af21e3fc233 (patch) | |
tree | 4b49832951d15ef27de1354f619a8acae7918ee6 /www | |
parent | edcc9fdc67aa4a612d4282a28b487c87e91ee8fe (diff) | |
download | freebsd-ports-gnome-8179a770612689258bd20fa51f3d5af21e3fc233.tar.gz freebsd-ports-gnome-8179a770612689258bd20fa51f3d5af21e3fc233.tar.zst freebsd-ports-gnome-8179a770612689258bd20fa51f3d5af21e3fc233.zip |
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
Diffstat (limited to 'www')
-rw-r--r-- | www/w3m/Makefile | 2 | ||||
-rw-r--r-- | www/w3m/files/patch-config.h.in | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile index 9353eb028df1..89ecc6fc875f 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -3,7 +3,7 @@ PORTNAME= w3m PORTVERSION= 0.5.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES+= www ipv6 MASTER_SITES= SF/w3m/w3m/w3m-${PORTVERSION} diff --git a/www/w3m/files/patch-config.h.in b/www/w3m/files/patch-config.h.in new file mode 100644 index 000000000000..decdcb2eb0fc --- /dev/null +++ b/www/w3m/files/patch-config.h.in @@ -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 |