pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/qt6-qtbase



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Dec 21 13:14:13 UTC 2025

Modified Files:
        pkgsrc/x11/qt6-qtbase: Makefile

Log Message:
qt6-qtbase: fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/x11/qt6-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/qt6-qtbase/Makefile
diff -u pkgsrc/x11/qt6-qtbase/Makefile:1.65 pkgsrc/x11/qt6-qtbase/Makefile:1.66
--- pkgsrc/x11/qt6-qtbase/Makefile:1.65 Sun Dec 21 09:19:19 2025
+++ pkgsrc/x11/qt6-qtbase/Makefile      Sun Dec 21 13:14:12 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2025/12/21 09:19:19 markd Exp $
+# $NetBSD: Makefile,v 1.66 2025/12/21 13:14:12 adam Exp $
 
 DISTNAME=      qtbase-everywhere-src-${QTVERSION}
 PKGREVISION=   1
@@ -62,7 +62,7 @@ QMAKE_CONF=           qmake.conf
 CONFIGURE_ARGS+=       -reduce-relocations
 .  endif
 .else
-CONFIGURE_ARGS+=       -no-vulcan      # needs MoltenVK on macOS
+CONFIGURE_ARGS+=       -no-vulkan      # needs MoltenVK on macOS
 CONFIGURE_ARGS+=       -no-rpath       # avoid @rpath in dylibs
 QMAKE_CONF=            qmake.conf.mac
 .endif



Home | Main Index | Thread Index | Old Index