Date: Sat, 31 Jul 2021 09:07:35 GMT From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fc8353011e7b - main - emulators/wine-devel: Configure --without-jxrlib Message-ID: <202107310907.16V97Zm7046583@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=fc8353011e7bd90e2e21509c649f921ba7369a9a commit fc8353011e7bd90e2e21509c649f921ba7369a9a Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2021-07-31 09:05:27 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2021-07-31 09:07:29 +0000 emulators/wine-devel: Configure --without-jxrlib At this point we don't want to add graphics/libjxr as another dependency, so explicitly configure --without-jxrlib to make builds predictable/reproducible. (Now that we have that in place, switching to --with-jxrlib should be straightforward if desired so.) --- emulators/wine-devel/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 0af6a06f0343..e660cec01861 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -35,6 +35,7 @@ CONFIGURE_ARGS+=--verbose \ --without-gettext --without-gettextpo \ --without-gphoto --without-gsm --without-gstreamer \ --without-inotify \ + --without-jxrlib \ --without-krb5 \ --without-mingw \ --without-opencl \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107310907.16V97Zm7046583>