svn commit: r534975 - branches/2020Q2/emulators/wine

Gerald Pfeifer gerald at FreeBSD.org
Tue May 12 07:44:12 UTC 2020


Author: gerald
Date: Tue May 12 07:44:12 2020
New Revision: 534975
URL: https://svnweb.freebsd.org/changeset/ports/534975

Log:
  MFH: r532899
  
  Backport r530401 | gerald | 2020-04-02 from our wine-devel companion:
  
    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/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/emulators/wine/Makefile
==============================================================================
--- branches/2020Q2/emulators/wine/Makefile	Tue May 12 07:41:03 2020	(r534974)
+++ branches/2020Q2/emulators/wine/Makefile	Tue May 12 07:44:12 2020	(r534975)
@@ -41,7 +41,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