diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2023-09-03 07:50:01 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2023-09-03 07:50:01 +0000 |
commit | e7ba5f6bf187b4d01feabb86ced156041faf081b (patch) | |
tree | 1a5e0ee3630828b47cc725d05a4d87e92cafb1e5 | |
parent | aa7cb0a3c72a11a27dbb5a51b36af5b085a87314 (diff) |
emulators/wine-devel: Switch the default from OSS to ALSA
ALSA has been the default on Linux for ages and is what the majority
of upstream Wine developers use. More importantly, though, it appears
newer versions of Wine aren't actually quite working with OSS for many.
So, switch the default over to ALSA.
(This forward ports 06e0feb25f from emulators/wine.)
Bump PORTREVISION.
PR: 268164
Approved by: maintainer timeout
-rw-r--r-- | emulators/wine-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 274178f432a2..0af421196243 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= wine DISTVERSION= 8.11 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= https://dl.winehq.org/wine/source/8.x/ @@ -70,7 +70,7 @@ SUB_FILES= pkg-message PORTDATA= wine.inf OPTIONS_DEFINE= CUPS DOCS DOSBOX GNUTLS V4L WINEMAKER X11 GECKO MONO -OPTIONS_DEFAULT=GNUTLS OSS X11 +OPTIONS_DEFAULT=ALSA GNUTLS X11 OPTIONS_RADIO= AUDIO OPTIONS_RADIO_AUDIO= ALSA OSS OPTIONS_SUB= yes |