svn commit: r534843 - branches/2020Q2/emulators/wine-devel

Gerald Pfeifer gerald at FreeBSD.org
Sun May 10 10:18:40 UTC 2020


Author: gerald
Date: Sun May 10 10:18:39 2020
New Revision: 534843
URL: https://svnweb.freebsd.org/changeset/ports/534843

Log:
  MFH: r530401
  
  Explicitly configure --without-unwind so that the presence of the
  devel/libunwind port does not pull in an implicit dependency that
  is not tracked properly.
  
  Reported by:	Andy Mender <andymenderunix at gmail.com>
  PR:		245172
  Approved by:	portmgr (blanket: dependency issue)

Modified:
  branches/2020Q2/emulators/wine-devel/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/emulators/wine-devel/Makefile
==============================================================================
--- branches/2020Q2/emulators/wine-devel/Makefile	Sun May 10 10:05:31 2020	(r534842)
+++ branches/2020Q2/emulators/wine-devel/Makefile	Sun May 10 10:18:39 2020	(r534843)
@@ -44,7 +44,8 @@ CONFIGURE_ARGS+=--verbose \
 		--without-sane \
 		--without-sdl \
 		--without-tiff \
-		--without-udev
+		--without-udev \
+		--without-unwind
 CONFIGURE_ENV=	CPPBIN="${CPP}" FLEX="${LOCALBASE}/bin/flex"
 WINELIBDIR?=	${PREFIX}/lib
 .if !defined(USE_LDCONFIG32)


More information about the svn-ports-all mailing list