Lines 101-106
Link Here
|
101 |
CFLAGS+= -DPYTHON_DEFAULT_RECURSION_LIMIT=900 |
101 |
CFLAGS+= -DPYTHON_DEFAULT_RECURSION_LIMIT=900 |
102 |
.endif |
102 |
.endif |
103 |
|
103 |
|
|
|
104 |
.if ${SSL_DEFAULT} == libressl || ${SSL_DEFAULT} == libressl-devel |
105 |
CFLAGS+= -DOPENSSL_NO_SSL3=1 |
106 |
.endif |
107 |
|
104 |
# See https://bugs.freebsd.org/115940 and https://bugs.freebsd.org/193650 |
108 |
# See https://bugs.freebsd.org/115940 and https://bugs.freebsd.org/193650 |
105 |
.if !exists(/usr/bin/ypcat) || defined(WITHOUT_NIS) |
109 |
.if !exists(/usr/bin/ypcat) || defined(WITHOUT_NIS) |
106 |
PLIST_SUB+= NO_NIS="@comment " |
110 |
PLIST_SUB+= NO_NIS="@comment " |