pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/kcodecs
Module Name: pkgsrc
Committed By: wiz
Date: Wed Apr 9 09:57:27 UTC 2025
Modified Files:
pkgsrc/textproc/kcodecs: Makefile
Log Message:
kcodecs: fix fallout from gperf 3.0.2 update
Problem reported upstream to gperf.
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 pkgsrc/textproc/kcodecs/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/kcodecs/Makefile
diff -u pkgsrc/textproc/kcodecs/Makefile:1.75 pkgsrc/textproc/kcodecs/Makefile:1.76
--- pkgsrc/textproc/kcodecs/Makefile:1.75 Wed Feb 12 06:45:36 2025
+++ pkgsrc/textproc/kcodecs/Makefile Wed Apr 9 09:57:27 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2025/02/12 06:45:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.76 2025/04/09 09:57:27 wiz Exp $
DISTNAME= kcodecs-${KF5VER}
PKGREVISION= 4
@@ -8,6 +8,9 @@ HOMEPAGE= https://community.kde.org/Fram
COMMENT= Collection of methods to manipulate strings using various encodings
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
+# bug in code generated by gperf 3.2
+BUILDLINK_TRANSFORM+= rm:-Werror=undef
+
.include "../../meta-pkgs/kde/kf5.mk"
TOOL_DEPENDS+= gperf-[0-9]*:../../devel/gperf
Home |
Main Index |
Thread Index |
Old Index