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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user