aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2021-12-18 09:59:57 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2021-12-18 10:00:08 +0000
commitabcff57bed858f759a368c55cba1fca944ebc89c (patch)
treeef693652ff0fc1be72000fedcb531203309446ab
parent4c95831d8fffb01b1418473f85bea4a9f8ab8a16 (diff)
downloadports-abcff57bed858f759a368c55cba1fca944ebc89c.tar.gz
ports-abcff57bed858f759a368c55cba1fca944ebc89c.zip
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.
-rw-r--r--emulators/wine-devel/Makefile2
1 files changed, 0 insertions, 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 \