pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/helpdeco Interix has strlcpy(3) too.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/204f3ea12e8b
branches:  trunk
changeset: 502755:204f3ea12e8b
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Nov 08 19:37:21 2005 +0000

description:
Interix has strlcpy(3) too.

diffstat:

 textproc/helpdeco/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6cf32d67e906 -r 204f3ea12e8b textproc/helpdeco/Makefile
--- a/textproc/helpdeco/Makefile        Tue Nov 08 19:33:50 2005 +0000
+++ b/textproc/helpdeco/Makefile        Tue Nov 08 19:37:21 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/07/08 18:56:56 kristerw Exp $
+# $NetBSD: Makefile,v 1.17 2005/11/08 19:37:21 tv Exp $
 #
 
 DISTNAME=              helpdeco-2.1.1
@@ -11,7 +11,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${OPSYS} == "NetBSD" || ${OPSYS} == "Darwin"
+.if ${OPSYS} == "NetBSD" || ${OPSYS} == "Darwin" || ${OPSYS} == "Interix"
 CFLAGS+=               -DHAVE_STRLCPY
 .endif
 



Home | Main Index | Thread Index | Old Index