1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

Replace the symlink to an absolute patch, which escapes Linuxolator's

translation, to a relative one.

This allows to unbreak several "Enhanced Edition" games (BG, PST, IWD)
when previously, the game started, but there was no sound.

PR:	244624
This commit is contained in:
Alexey Dokuchaev 2020-03-06 12:47:02 +00:00
parent 0fadf15072
commit 18e493b585
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527878

View File

@ -4,6 +4,7 @@
PORTNAME= alsa-plugins
PORTVERSION= 1.1.6
DISTVERSIONSUFFIX= -1.el7
PORTREVISION= 1
CATEGORIES= audio linux
PKGNAMESUFFIX= -pulseaudio
@ -25,4 +26,8 @@ DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
OPTIONS_DEFINE= DOCS
post-patch:
@${LN} -sf ../../../usr/share/alsa/alsa.conf.d/50-pulseaudio.conf \
${WRKSRC}/etc/alsa/conf.d
.include <bsd.port.mk>