svn commit: r530401 - head/emulators/wine-devel

Gerald Pfeifer gerald at FreeBSD.org
Thu Apr 2 19:11:21 UTC 2020


Author: gerald
Date: Thu Apr  2 18:54:51 2020
New Revision: 530401
URL: https://svnweb.freebsd.org/changeset/ports/530401

Log:
  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-devel/Makefile

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Thu Apr  2 18:35:11 2020	(r530400)
+++ head/emulators/wine-devel/Makefile	Thu Apr  2 18:54:51 2020	(r530401)
@@ -43,7 +43,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-head mailing list