aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2020-12-25 12:16:27 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2020-12-25 12:16:27 +0000
commit948f427f7ec163a98aabb199c0464a5fc2cf8fc2 (patch)
tree901f3ec0b1147fca8ab8b4e0d6cffbddf57e5fe4 /emulators/wine
parenta2ec0cf3c071240ef76d97ca94a24ba4ea40bed5 (diff)
downloadports-948f427f7ec163a98aabb199c0464a5fc2cf8fc2.tar.gz
ports-948f427f7ec163a98aabb199c0464a5fc2cf8fc2.zip
Back port r556564 | gerald | 2020-11-29 from emulators/wine-devel:
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> MFH: 2020Q4 (blanket: build issue)
Notes
Notes: svn path=/head/; revision=559237
Diffstat (limited to 'emulators/wine')
-rw-r--r--emulators/wine/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index c03638e40ddc..eada21cee0b4 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -35,6 +35,7 @@ CONFIGURE_ARGS+=--verbose \
--without-gphoto --without-gsm --without-gstreamer \
--without-inotify \
--without-krb5 \
+ --without-mingw \
--without-opencl \
--without-osmesa \
--with-oss \