svn commit: r542350 - head/emulators/wine

Gerald Pfeifer gerald at FreeBSD.org
Thu Jul 16 11:18:52 UTC 2020


Author: gerald
Date: Thu Jul 16 11:18:52 2020
New Revision: 542350
URL: https://svnweb.freebsd.org/changeset/ports/542350

Log:
  Backport r540756 | gerald | 2020-06-29 from emulators/wine-devel:
  
    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.
  
  MFH:		2020Q3 (blanket: missing dependency)

Modified:
  head/emulators/wine/Makefile

Modified: head/emulators/wine/Makefile
==============================================================================
--- head/emulators/wine/Makefile	Thu Jul 16 11:17:39 2020	(r542349)
+++ head/emulators/wine/Makefile	Thu Jul 16 11:18:52 2020	(r542350)
@@ -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)


More information about the svn-ports-all mailing list