pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/qt5-qtbase
Module Name: pkgsrc
Committed By: nros
Date: Mon Oct 7 11:52:36 UTC 2019
Modified Files:
pkgsrc/x11/qt5-qtbase: Makefile
Log Message:
Turn of vulkan for qt5.
Turn of vulkan for qt5 since we currently do not have vulkan support
in pkgsrc and it might cause build problems as seen in PR pkg/54024.
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/x11/qt5-qtbase/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/qt5-qtbase/Makefile
diff -u pkgsrc/x11/qt5-qtbase/Makefile:1.83 pkgsrc/x11/qt5-qtbase/Makefile:1.84
--- pkgsrc/x11/qt5-qtbase/Makefile:1.83 Mon Sep 16 19:24:53 2019
+++ pkgsrc/x11/qt5-qtbase/Makefile Mon Oct 7 11:52:36 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2019/09/16 19:24:53 adam Exp $
+# $NetBSD: Makefile,v 1.84 2019/10/07 11:52:36 nros Exp $
DISTNAME= qtbase-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtbase-${QTVERSION}
@@ -30,6 +30,7 @@ CONFIGURE_ARGS+= -no-sql-sqlite2
CONFIGURE_ARGS+= -no-sql-tds
CONFIGURE_ARGS+= -no-strip
CONFIGURE_ARGS+= -no-tslib
+CONFIGURE_ARGS+= -no-vulkan
CONFIGURE_ARGS+= -no-use-gold-linker
CONFIGURE_ARGS+= -pkg-config
CONFIGURE_ARGS+= -release
Home |
Main Index |
Thread Index |
Old Index