pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/grantlee-qt5



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Dec 22 21:06:23 UTC 2023

Modified Files:
        pkgsrc/devel/grantlee-qt5: Makefile

Log Message:
grantlee-qt5: remove -Wl,--fatal-warnings

This breaks the build because of warnings about missing includes
when linking against libutil on NetBSD-current.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/grantlee-qt5/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/grantlee-qt5/Makefile
diff -u pkgsrc/devel/grantlee-qt5/Makefile:1.53 pkgsrc/devel/grantlee-qt5/Makefile:1.54
--- pkgsrc/devel/grantlee-qt5/Makefile:1.53     Sun Nov 12 13:20:59 2023
+++ pkgsrc/devel/grantlee-qt5/Makefile  Fri Dec 22 21:06:23 2023
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2023/11/12 13:20:59 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.54 2023/12/22 21:06:23 wiz Exp $
 
 DISTNAME=      grantlee-5.3.1
 PKGNAME=       ${DISTNAME:S/-/-qt5-/}
@@ -16,7 +15,8 @@ LICENSE=      gnu-lgpl-v2.1
 
 USE_LANGUAGES= c c++
 
+BUILDLINK_TRANSFORM+=  rm:-Wl,--fatal-warnings
+
 .include "../../devel/cmake/build.mk"
 .include "../../x11/qt5-qtscript/buildlink3.mk"
-
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index