aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2020-07-16 11:18:52 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2020-07-16 11:18:52 +0000
commitfad449e143232e3009d61629aa52e54a2af4223d (patch)
treea7158430dd2b3792b601db3978aaabbd2f111658 /emulators/wine
parent1dc9087e41b395b14580ce8aeb8bce89fd4f7829 (diff)
downloadports-fad449e143232e3009d61629aa52e54a2af4223d.tar.gz
ports-fad449e143232e3009d61629aa52e54a2af4223d.zip
Notes
Diffstat (limited to 'emulators/wine')
-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)