1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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.
This commit is contained in:
Gerald Pfeifer 2020-06-29 06:34:51 +00:00
parent 5806ffae26
commit 236f54e474
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=540756

View File

@ -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)