Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jul 2020 12:01:22 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r542734 - branches/2020Q3/emulators/wine
Message-ID:  <202007211201.06LC1MK4022129@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Tue Jul 21 12:01:21 2020
New Revision: 542734
URL: https://svnweb.freebsd.org/changeset/ports/542734

Log:
  MFH: r542350
  
  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.
  
  Approved by:	portmgr (blanket: missing dependency)

Modified:
  branches/2020Q3/emulators/wine/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/emulators/wine/Makefile
==============================================================================
--- branches/2020Q3/emulators/wine/Makefile	Tue Jul 21 11:50:30 2020	(r542733)
+++ branches/2020Q3/emulators/wine/Makefile	Tue Jul 21 12:01:21 2020	(r542734)
@@ -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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007211201.06LC1MK4022129>