MFH: r556564

Wine is now able to use mingw-w64 to build components. When mingw-w64
is installed on FreeBSD, users might inadvertedly use that when we have
not set up things properly yet (and it probably should be an option to
choose, at least initially). For example, mingw-w64 produces .dll files
instead of the current .dll.so files, breaking pkg-plist.

So for now explicitly disable the use of mingw-w64. In a next step,
once mingw-w64 is available, we probably should make this an option.

PR:		237213
Reported by:	Damjan Jovanovic <damjan.jov@gmail.com>
This commit is contained in:
Gerald Pfeifer 2020-12-11 20:38:16 +00:00
parent 07f4babd07
commit 2faf220d2a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=557762

View File

@ -38,6 +38,7 @@ CONFIGURE_ARGS+=--verbose \
--without-gphoto --without-gsm --without-gstreamer \
--without-inotify \
--without-krb5 \
--without-mingw \
--without-opencl \
--without-osmesa \
--with-oss \