pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/kcoreaddons



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jun 20 05:54:55 UTC 2016

Modified Files:
        pkgsrc/devel/kcoreaddons: Makefile

Log Message:
Fix typo.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/kcoreaddons/Makefile

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

Modified files:

Index: pkgsrc/devel/kcoreaddons/Makefile
diff -u pkgsrc/devel/kcoreaddons/Makefile:1.2 pkgsrc/devel/kcoreaddons/Makefile:1.3
--- pkgsrc/devel/kcoreaddons/Makefile:1.2       Sun Jun 19 23:00:30 2016
+++ pkgsrc/devel/kcoreaddons/Makefile   Mon Jun 20 05:54:55 2016
@@ -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 @@ LICENSE=      gnu-lgpl-v2 AND gnu-lgpl-v2.1 A
 # 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