pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/kcoreaddons Fix typo.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6cf73d45bba9
branches:  trunk
changeset: 348898:6cf73d45bba9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jun 20 05:54:55 2016 +0000

description:
Fix typo.

diffstat:

 devel/kcoreaddons/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dadfdc58a207 -r 6cf73d45bba9 devel/kcoreaddons/Makefile
--- a/devel/kcoreaddons/Makefile        Sun Jun 19 23:48:22 2016 +0000
+++ b/devel/kcoreaddons/Makefile        Mon Jun 20 05:54:55 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/06/19 23:00:30 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2016/06/20 05:54:55 wiz Exp $
 
 DISTNAME=      kcoreaddons-${KF5VER}
 CATEGORIES=    devel
@@ -14,7 +14,7 @@
 # Work-around bad use-warning check in GNU ld 2.26
 # /usr/lib/librpcsvc.so.1: warning: warning: this program uses xdr_peername(), which is deprecated and buggy.
 # is triggered, even though the current linker output contains
-# no references tto it.
+# no references to it.
 BUILDLINK_TRANSFORM+=  rm:-Wl,--fatal-warnings
 .endif
 



Home | Main Index | Thread Index | Old Index