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:           Mon Jun 24 14:27:40 UTC 2024

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

Log Message:
qt5-qttools: Re-enable llvm option on SunOS.

clang has since been fixed, and this fixes any package that installs .qch files
as they do not currently support no-qdoc.


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 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.103 pkgsrc/x11/qt5-qttools/Makefile:1.104
--- pkgsrc/x11/qt5-qttools/Makefile:1.103       Wed May 29 16:35:13 2024
+++ pkgsrc/x11/qt5-qttools/Makefile     Mon Jun 24 14:27:40 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2024/05/29 16:35:13 adam Exp $
+# $NetBSD: Makefile,v 1.104 2024/06/24 14:27:40 jperkin Exp $
 
 DISTNAME=      qttools-everywhere-opensource-src-${QTVERSION}
 PKGNAME=       qt5-qttools-${QTVERSION}
@@ -15,9 +15,7 @@ INSTALLATION_DIRS+=   lib/pkgconfig
 
 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