View | Details | Raw Unified | Return to bug 220335
Collapse All | Expand All

(-)lang/python35/Makefile (+8 lines)
Lines 136-141 Link Here
136
.endif
136
.endif
137
	${REINPLACE_CMD} -e 's|/usr/local/bin/python|${python_CMD}|' \
137
	${REINPLACE_CMD} -e 's|/usr/local/bin/python|${python_CMD}|' \
138
		${WRKSRC}/Lib/cgi.py
138
		${WRKSRC}/Lib/cgi.py
139
.if ${CC} != "gcc"
140
	@${REINPLACE_CMD} -e 's|-print-multi-os-directory|-print-search-dirs|g' \
141
		-e 's|`$$ECHO "$$lt_search_path_spec" \| $$lt_NL2SP`|"/lib /usr/lib /usr/local/lib"|g' \
142
		-e 's|toolexeclibdir=$$toolexeclibdir/$$multi_os_directory|toolexeclibdir="$${libdir}"|g' \
143
		${WRKSRC}/Modules/_ctypes/libffi/configure \
144
		${WRKSRC}/Modules/_ctypes/libffi/configure.ac \
145
		${WRKSRC}/Modules/_ctypes/libffi/m4/libtool.m4
146
.endif
139
147
140
post-install:
148
post-install:
141
.if ! ${PORT_OPTIONS:MDEBUG}
149
.if ! ${PORT_OPTIONS:MDEBUG}

Return to bug 220335