aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2020-05-12 07:44:12 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2020-05-12 07:44:12 +0000
commitce6d6a051d8d33cd9ac2c2bb0053587993825563 (patch)
treea89afb779b60c6ae7b866066d79744ffc10aa6b5 /emulators
parent30e131ed255eb6e6c3d6f907da9eec0df328f486 (diff)
downloadports-ce6d6a051d8d33cd9ac2c2bb0053587993825563.tar.gz
ports-ce6d6a051d8d33cd9ac2c2bb0053587993825563.zip
MFH: r532899
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 Approved by: portmgr (blanket: dependency issue)
Notes
Notes: svn path=/branches/2020Q2/; revision=534975
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 89499a24839b..f7fb2c4bf00f 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)