Lines 121-126
Link Here
|
121 |
@${REINPLACE_CMD} -e 's/disabled_module_list =[^]]*/&, "nis"/' \ |
121 |
@${REINPLACE_CMD} -e 's/disabled_module_list =[^]]*/&, "nis"/' \ |
122 |
${WRKSRC}/setup.py |
122 |
${WRKSRC}/setup.py |
123 |
.endif |
123 |
.endif |
|
|
124 |
.if ${CC} != "gcc" |
125 |
@${REINPLACE_CMD} -e 's|-print-multi-os-directory|-print-search-dirs|g' \ |
126 |
-e 's|`$$ECHO "$$lt_search_path_spec" \| $$lt_NL2SP`|"/lib /usr/lib /usr/local/lib"|g' \ |
127 |
-e 's|toolexeclibdir=$$toolexeclibdir/$$multi_os_directory|toolexeclibdir="$${libdir}"|g' \ |
128 |
${WRKSRC}/Modules/_ctypes/libffi/configure \ |
129 |
${WRKSRC}/Modules/_ctypes/libffi/configure.ac \ |
130 |
${WRKSRC}/Modules/_ctypes/libffi/m4/libtool.m4 |
131 |
.endif |
124 |
|
132 |
|
125 |
post-install: |
133 |
post-install: |
126 |
.if ! ${PORT_OPTIONS:MDEBUG} |
134 |
.if ! ${PORT_OPTIONS:MDEBUG} |