diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2023-08-27 21:06:45 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2023-08-27 21:16:32 +0000 |
commit | 06e0feb25f3fd07bfd324314d408a553a7770066 (patch) | |
tree | 2cc593bd7a413800a4989cd04c8d3ebbff69bdbb | |
parent | 1fbbcf7f124dddf0e56ccc596c24ef7c4d0e687c (diff) | |
download | ports-06e0feb25f3fd07bfd324314d408a553a7770066.tar.gz ports-06e0feb25f3fd07bfd324314d408a553a7770066.zip |
emulators/wine: 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. So, switch the default over to ALSA.
Bump PORTREVISION.
PR: 268164
-rw-r--r-- | emulators/wine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 4cf0522d4fdf..2a2389790d39 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,6 +1,6 @@ PORTNAME= wine DISTVERSION= 7.0.2 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= https://dl.winehq.org/wine/source/7.0/ @@ -64,7 +64,7 @@ SUB_FILES= pkg-message PORTDATA= wine.inf OPTIONS_DEFINE= CUPS DOCS DOSBOX GNUTLS LDAP OPENAL V4L WINEMAKER X11 GECKO MONO -OPTIONS_DEFAULT=GNUTLS OPENAL OSS X11 +OPTIONS_DEFAULT=ALSA GNUTLS OPENAL X11 OPTIONS_RADIO= AUDIO OPTIONS_RADIO_AUDIO= ALSA OSS OPTIONS_SUB= yes |