aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2020-04-24 21:28:22 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2020-04-24 21:28:22 +0000
commitfcfb7001fa88450ea15f2cab32c87edf43964d74 (patch)
treec107975b57474fe3f591ad3f22364144734f4435 /emulators/wine
parent7ba2f328a9eef5a05babf6da341299a814838ba8 (diff)
downloadports-fcfb7001fa88450ea15f2cab32c87edf43964d74.tar.gz
ports-fcfb7001fa88450ea15f2cab32c87edf43964d74.zip
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
Notes
Notes: svn path=/head/; revision=532899
Diffstat (limited to 'emulators/wine')
-rw-r--r--emulators/wine/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 1407314ff66c..dc8000f1e755 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -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)