svn commit: r540756 - head/emulators/wine-devel

Gerald Pfeifer gerald at FreeBSD.org
Mon Jun 29 06:34:52 UTC 2020


Author: gerald
Date: Mon Jun 29 06:34:51 2020
New Revision: 540756
URL: https://svnweb.freebsd.org/changeset/ports/540756

Log:
  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.

Modified:
  head/emulators/wine-devel/Makefile

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Mon Jun 29 06:32:14 2020	(r540755)
+++ head/emulators/wine-devel/Makefile	Mon Jun 29 06:34:51 2020	(r540756)
@@ -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)


More information about the svn-ports-all mailing list