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

(-)portaudio/Makefile (-1 / +3 lines)
Lines 31-37 Link Here
31
		| ${XARGS} -x -n 10 \
31
		| ${XARGS} -x -n 10 \
32
			${REINPLACE_CMD} -E \
32
			${REINPLACE_CMD} -E \
33
				-e 's|
33
				-e 's|
34
				-e 's|malloc.h|stdlib.h|'
34
				-e 's|malloc.h|stdlib.h|' \
35
				-e 's|machine\/soundcard.h|sys\/soundcard.h|'
36
35
# C{C,FLAGS} and PREFIX safeness
37
# C{C,FLAGS} and PREFIX safeness
36
	@${REINPLACE_CMD} -E \
38
	@${REINPLACE_CMD} -E \
37
		-e 's|gcc|${CC} ${CFLAGS}|' \
39
		-e 's|gcc|${CC} ${CFLAGS}|' \

Return to bug 53171