Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 2020 10:18:39 +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: r534843 - branches/2020Q2/emulators/wine-devel
Message-ID:  <202005101018.04AAIds3031483@repo.freebsd.org>

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



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