aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2020-12-11 20:38:16 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2020-12-11 20:38:16 +0000
commit2faf220d2a2113a3bf3b494ffbc6aa0f3b15ac92 (patch)
tree29d3377bf8056e3d024d65fe6fdfb5bfcebee62f
parent07f4babd0747c17b896a952eda9f3ae33af79720 (diff)
downloadports-2faf220d2a2113a3bf3b494ffbc6aa0f3b15ac92.tar.gz
ports-2faf220d2a2113a3bf3b494ffbc6aa0f3b15ac92.zip
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>
Notes
Notes: svn path=/branches/2020Q4/; revision=557762
-rw-r--r--emulators/wine-devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 76102accb133..254292e18dba 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -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 \