aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2020-07-21 12:01:21 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2020-07-21 12:01:21 +0000
commit45a24fc25b6a460b3ff1a27b79f18bdc55c1f742 (patch)
tree1c0c0083b8b43eb43f3eec20015112a3e82b95cf /emulators
parent7793486d8f48cff0dd7b3b35dc11a3996a9cdbbd (diff)
downloadports-45a24fc25b6a460b3ff1a27b79f18bdc55c1f742.tar.gz
ports-45a24fc25b6a460b3ff1a27b79f18bdc55c1f742.zip
MFH: r542350
Backport r540756 | gerald | 2020-06-29 from emulators/wine-devel: Explicitly configure --without-usb. There does not appear to be a way for the configure test to pass on FreeBSD right now (even with extra ports available), so this simply makes this explicit and avoids a warning from configure. Approved by: portmgr (blanket: missing dependency)
Notes
Notes: svn path=/branches/2020Q3/; revision=542734
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 1a16abe12449..d04039422d58 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -43,7 +43,8 @@ CONFIGURE_ARGS+=--verbose \
--without-sdl \
--without-tiff \
--without-udev \
- --without-unwind
+ --without-unwind \
+ --without-usb
CONFIGURE_ENV= CPPBIN="${CPP}" FLEX="${LOCALBASE}/bin/flex"
WINELIBDIR?= ${PREFIX}/lib
.if !defined(USE_LDCONFIG32)