Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Apr 2020 21:28:23 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532899 - head/emulators/wine
Message-ID:  <202004242128.03OLSN8j091728@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Fri Apr 24 21:28:22 2020
New Revision: 532899
URL: https://svnweb.freebsd.org/changeset/ports/532899

Log:
  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

Modified:
  head/emulators/wine/Makefile

Modified: head/emulators/wine/Makefile
==============================================================================
--- head/emulators/wine/Makefile	Fri Apr 24 21:13:44 2020	(r532898)
+++ head/emulators/wine/Makefile	Fri Apr 24 21:28:22 2020	(r532899)
@@ -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?202004242128.03OLSN8j091728>