pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt5-qttools



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu May  9 07:18:06 UTC 2024

Modified Files:
        pkgsrc/x11/qt5-qttools: Makefile

Log Message:
qt5-qttools: Disable llvm option on SunOS.

It brings in full clang rather than just llvm.


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 pkgsrc/x11/qt5-qttools/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-qttools/Makefile
diff -u pkgsrc/x11/qt5-qttools/Makefile:1.100 pkgsrc/x11/qt5-qttools/Makefile:1.101
--- pkgsrc/x11/qt5-qttools/Makefile:1.100       Sat Apr  6 08:07:11 2024
+++ pkgsrc/x11/qt5-qttools/Makefile     Thu May  9 07:18:06 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.100 2024/04/06 08:07:11 wiz Exp $
+# $NetBSD: Makefile,v 1.101 2024/05/09 07:18:06 jperkin Exp $
 
 DISTNAME=      qttools-everywhere-opensource-src-${QTVERSION}
 PKGNAME=       qt5-qttools-${QTVERSION}
@@ -11,9 +11,13 @@ MAKE_ENV+=           QTDIR=${QTDIR}
 INSTALL_ENV+=          INSTALL_ROOT=${DESTDIR}
 INSTALLATION_DIRS+=    lib/pkgconfig
 
+.include "../../mk/bsd.prefs.mk"
+
 PKG_OPTIONS_VAR=       PKG_OPTIONS.qt5-qttools
 PKG_SUPPORTED_OPTIONS+=        llvm
+.if ${OPSYS} != "SunOS"
 PKG_SUGGESTED_OPTIONS+=        llvm
+.endif
 PLIST_VARS+=           llvm
 
 .include "../../mk/bsd.options.mk"



Home | Main Index | Thread Index | Old Index