mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +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:
parent
5806ffae26
commit
236f54e474
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=540756
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user