git: fc8353011e7b - main - emulators/wine-devel: Configure --without-jxrlib
Gerald Pfeifer
gerald at FreeBSD.org
Sat Jul 31 09:07:35 UTC 2021
The branch main has been updated by gerald:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fc8353011e7bd90e2e21509c649f921ba7369a9a
commit fc8353011e7bd90e2e21509c649f921ba7369a9a
Author: Gerald Pfeifer <gerald at FreeBSD.org>
AuthorDate: 2021-07-31 09:05:27 +0000
Commit: Gerald Pfeifer <gerald at 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 \
More information about the dev-commits-ports-all
mailing list