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 10:51:34 UTC 2025
Modified Files:
pkgsrc/textproc/kcodecs: Makefile
Log Message:
kcodecs: revert gperf bug workaround, now that gperf is fixed
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 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.76 pkgsrc/textproc/kcodecs/Makefile:1.77
--- pkgsrc/textproc/kcodecs/Makefile:1.76 Wed Apr 9 09:57:27 2025
+++ pkgsrc/textproc/kcodecs/Makefile Wed Apr 9 10:51:34 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2025/04/09 09:57:27 wiz Exp $
+# $NetBSD: Makefile,v 1.77 2025/04/09 10:51:34 wiz Exp $
DISTNAME= kcodecs-${KF5VER}
PKGREVISION= 4
@@ -8,9 +8,6 @@ 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