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
This commit is contained in:
Gerald Pfeifer
2020-04-24 21:28:22 +00:00
parent 7ba2f328a9
commit fcfb7001fa

View File

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