mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 15:29:15 -04:00
This also fixes build error with LibreSSL. PR: 191852, 191956 Submitted by: vsevolod, meyer.arne83@gmail.com
11 lines
309 B
C
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
|