mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
Fix Linux ALSA OSS plugin by removing a configuration file. The
configuration from FreeBSD /usr/local/etc/asound.conf should be used. PR: 240043 Reported by: Hannes Hauswedell <h2+fbsdports@fsfe.org>
This commit is contained in:
parent
516aa73ebc
commit
94b28aceb9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509853
3 changed files with 4 additions and 4 deletions
|
@ -4,6 +4,7 @@
|
|||
PORTNAME= alsa-plugins
|
||||
PORTVERSION= 1.1.6
|
||||
DISTVERSIONSUFFIX= -1.el7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio linux
|
||||
PKGNAMESUFFIX= -oss
|
||||
|
||||
|
@ -25,4 +26,7 @@ DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
|
|||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch:
|
||||
@${RM} -r ${WRKSRC}/etc ${WRKSRC}/usr/share/alsa
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
etc/alsa/conf.d/50-oss.conf
|
||||
usr/lib/alsa-lib/libasound_module_ctl_oss.so
|
||||
usr/lib/alsa-lib/libasound_module_pcm_oss.so
|
||||
usr/lib64/alsa-lib/libasound_module_ctl_oss.so
|
||||
usr/lib64/alsa-lib/libasound_module_pcm_oss.so
|
||||
usr/share/alsa/alsa.conf.d/50-oss.conf
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING.GPL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README-pcm-oss
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
etc/alsa/conf.d/50-oss.conf
|
||||
usr/lib/alsa-lib/libasound_module_ctl_oss.so
|
||||
usr/lib/alsa-lib/libasound_module_pcm_oss.so
|
||||
usr/share/alsa/alsa.conf.d/50-oss.conf
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING.GPL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README-pcm-oss
|
||||
|
|
Loading…
Add table
Reference in a new issue