1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Mark broken when portaudio(2) support is requested and portaudio(1) is installed: doesn't build

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2014-07-25 19:02:17 +00:00
parent e3ddc6da70
commit ad3b00da50
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362922

View File

@ -52,6 +52,12 @@ PULSEAUDIO_CMAKE_OFF= -Denable-pulseaudio:BOOL=FALSE
SNDFILE_LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile
SNDFILE_CMAKe_OFF= -Denable-libsndfile:BOOL=FALSE
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPORTAUDIO} && exists(${LOCALBASE}/include/portaudio.h)
BROKEN= portaudio2 support does not build in presence of old portaudio
.endif
post-patch:
@${REINPLACE_CMD} -e \
'/Linux/s|^|#| ; \