diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2014-09-11 10:45:59 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2014-09-11 10:45:59 +0000 |
commit | ded377eab761946d1f10e05f145848c7f4cd1f01 (patch) | |
tree | 3430b9026d1304fdeea5b7a4ba2412407ce57356 | |
parent | df3bc9f40d57a8a8f50c0b4b00e485bb4aa05296 (diff) | |
download | freebsd-ports-ded377eab761946d1f10e05f145848c7f4cd1f01.zip |
- Mark IGNORE when trying to use pulseaudio with vlc on
pre-9.x systems due to an rtld issue during build
PR: 186629
Submitted by: bobf@mrp3.com
-rw-r--r-- | multimedia/vlc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 236b56b7c746..3601bf70326c 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -302,6 +302,10 @@ PORTDOCS= * .include <bsd.port.options.mk> +.if ${PORT_OPTIONS:MPULSEAUDIO} && ${OSVERSION} <= 900044 +IGNORE= Pulseaudio is unsupported with rtld prior to FreeBSD-9.x +.endif + .if ${PORT_OPTIONS:MSKINS} .if ${PORT_OPTIONS:MQT4} LIB_DEPENDS+= libminizip.so:${PORTSDIR}/archivers/minizip \ |