aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine-devel
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2020-06-29 06:34:51 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2020-06-29 06:34:51 +0000
commit236f54e474b4b01c1248093b850d4f13fb7f13ca (patch)
tree1615c1a3e6a061be860e93143f660e2107af4b4b /emulators/wine-devel
parent5806ffae2649e64f589f10193851b92c9e43ccae (diff)
downloadports-236f54e474b4b01c1248093b850d4f13fb7f13ca.tar.gz
ports-236f54e474b4b01c1248093b850d4f13fb7f13ca.zip
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.
Notes
Notes: svn path=/head/; revision=540756
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r--emulators/wine-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 0bfa1c5650ec..dfec03539f1c 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -45,7 +45,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)