Lines 92-97
Link Here
|
92 |
PLIST_SUB+= NO_NIS="" |
92 |
PLIST_SUB+= NO_NIS="" |
93 |
.endif |
93 |
.endif |
94 |
|
94 |
|
|
|
95 |
### Fix build with LibreSSL (does not have RAND_egd) |
96 |
### PR195511, http://bugs.python.org/issue21356 |
97 |
.if !EMPTY(WITH_OPENSSL_PORT) |
98 |
CONFIGURE_ARGS+= CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib |
99 |
.endif |
100 |
### End PR195511 |
101 |
|
95 |
post-patch: |
102 |
post-patch: |
96 |
.if !exists(/usr/bin/ypcat) || defined(WITHOUT_NIS) |
103 |
.if !exists(/usr/bin/ypcat) || defined(WITHOUT_NIS) |
97 |
@${REINPLACE_CMD} -e 's/disabled_module_list =[^]]*/&, "nis"/' \ |
104 |
@${REINPLACE_CMD} -e 's/disabled_module_list =[^]]*/&, "nis"/' \ |