git: abcff57bed85 - main - emulators/wine-devel: Remove two obsolete configure options

From: Gerald Pfeifer <gerald_at_FreeBSD.org>
Date: Sat, 18 Dec 2021 10:00:41 UTC
The branch main has been updated by gerald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=abcff57bed858f759a368c55cba1fca944ebc89c

commit abcff57bed858f759a368c55cba1fca944ebc89c
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2021-12-18 09:59:57 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2021-12-18 10:00:08 +0000

    emulators/wine-devel: Remove two obsolete configure options
    
    Upstream recently removed support for HAL and QuickTime and
    with that the --with-hal/--without-hal and --with-quicktime/
    -without-quicktime configure options.
    
    Accordingly do not use --without-hal and -without-quicktime
    any more.
---
 emulators/wine-devel/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 37cad501c6f4..44baa5e9d10e 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -44,7 +44,6 @@ CONFIGURE_ARGS+=--verbose \
 		--without-gphoto \
 		--without-gssapi \
 		--without-gstreamer \
-		--without-hal \
 		--without-inotify \
 		--without-krb5 \
 		--without-mingw \
@@ -55,7 +54,6 @@ CONFIGURE_ARGS+=--verbose \
 		--with-pcap \
 		--with-pthread \
 		--without-pulse \
-		--without-quicktime \
 		--without-sane \
 		--with-sdl \
 		--without-udev \