Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 May 2020 07:44:12 +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: r534975 - branches/2020Q2/emulators/wine
Message-ID:  <202005120744.04C7iCCX024178@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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)



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