pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/kdsoap-ws-discovery-client



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Feb 23 07:15:44 UTC 2026

Modified Files:
        pkgsrc/net/kdsoap-ws-discovery-client: Makefile

Log Message:
kdsoap-ws-discovery-client: fix link problem on NetBSD-current.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/kdsoap-ws-discovery-client/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-ws-discovery-client/Makefile
diff -u pkgsrc/net/kdsoap-ws-discovery-client/Makefile:1.3 pkgsrc/net/kdsoap-ws-discovery-client/Makefile:1.4
--- pkgsrc/net/kdsoap-ws-discovery-client/Makefile:1.3  Fri Feb  6 10:05:32 2026
+++ pkgsrc/net/kdsoap-ws-discovery-client/Makefile      Mon Feb 23 07:15:44 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2026/02/06 10:05:32 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2026/02/23 07:15:44 wiz Exp $
 
 DISTNAME=      kdsoap-ws-discovery-client-0.4.0
 PKGREVISION=   2
@@ -16,6 +16,8 @@ USE_LANGUAGES=                c c++
 CMAKE_CONFIGURE_ARGS+= -DQT_MAJOR_VERSION=6
 CMAKE_CONFIGURE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON
 
+BUILDLINK_TRANSFORM+=  rm:-Wl,--fatal-warnings
+
 .include "../../devel/cmake/build.mk"
 
 .include "../../devel/extra-cmake-modules/buildlink3.mk"



Home | Main Index | Thread Index | Old Index