pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/kdsoap



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Feb 19 22:56:39 UTC 2026

Modified Files:
        pkgsrc/net/kdsoap: Makefile

Log Message:
kdsoap: fix build on NetBSD-current

Remove -Wl,--fatal-warnings, there are linker warnings about
ld: /usr/lib/libutil.so.7: warning: warning: reference to compatibility login_getpwclass(); include <login_cap.h> for correct reference
etc.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/kdsoap/Makefile

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

Modified files:

Index: pkgsrc/net/kdsoap/Makefile
diff -u pkgsrc/net/kdsoap/Makefile:1.24 pkgsrc/net/kdsoap/Makefile:1.25
--- pkgsrc/net/kdsoap/Makefile:1.24     Fri Feb  6 10:05:32 2026
+++ pkgsrc/net/kdsoap/Makefile  Thu Feb 19 22:56:39 2026
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2026/02/06 10:05:32 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.25 2026/02/19 22:56:39 wiz Exp $
 
 DISTNAME=      kdsoap-2.2.0
 PKGREVISION=   2
@@ -19,5 +18,7 @@ USE_LANGUAGES=        c c++
 
 CMAKE_CONFIGURE_ARGS+= -DKDSoap_QT6=ON
 
+BUILDLINK_TRANSFORM+=  rm:-Wl,--fatal-warnings
+
 .include "../../x11/qt6-qtbase/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index