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

(-)audio/openal/Makefile (-1 / +1 lines)
Lines 78-84 Link Here
78
post-patch:
78
post-patch:
79
	@${REINPLACE_CMD} -e 's/-pthread/${PTHREAD_LIBS}/; \
79
	@${REINPLACE_CMD} -e 's/-pthread/${PTHREAD_LIBS}/; \
80
		s/x86_64\*/amd64\* | \*ia64\*/g; \
80
		s/x86_64\*/amd64\* | \*ia64\*/g; \
81
		/CPPFLAGS=/ d' ${WRKSRC}/configure
81
		/CPPFLAGS=/ d; s/ \*linux\*)/ \*bsd\*)/' ${WRKSRC}/configure
82
	@${REINPLACE_CMD} -e '/#include/ s|SDL/||' \
82
	@${REINPLACE_CMD} -e '/#include/ s|SDL/||' \
83
		${WRKSRC}/src/extensions/al_ext_mp3.c
83
		${WRKSRC}/src/extensions/al_ext_mp3.c
84
	@${REINPLACE_CMD} -e 's|"mixaudio16_mmx_prk.h"|"arch/i386/mixaudio16_mmx_prk.h"|' \
84
	@${REINPLACE_CMD} -e 's|"mixaudio16_mmx_prk.h"|"arch/i386/mixaudio16_mmx_prk.h"|' \

Return to bug 99809