svn commit: r532899 - head/emulators/wine

Gerald Pfeifer gerald at FreeBSD.org
Fri Apr 24 21:28:23 UTC 2020


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 at 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)


More information about the svn-ports-all mailing list