Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.bin/gettext/libnlsut Don't attempt to build "stpcpy....



details:   https://anonhg.NetBSD.org/src/rev/ae149265961f
branches:  trunk
changeset: 791151:ae149265961f
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Nov 06 23:32:04 2013 +0000

description:
Don't attempt to build "stpcpy.c" and "stpncpy.c". NetBSD provides these
functions and these implementation don't build because of the new
SSP definitions.

diffstat:

 gnu/usr.bin/gettext/libnlsut/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 5e23651761bb -r ae149265961f gnu/usr.bin/gettext/libnlsut/Makefile
--- a/gnu/usr.bin/gettext/libnlsut/Makefile     Wed Nov 06 22:56:38 2013 +0000
+++ b/gnu/usr.bin/gettext/libnlsut/Makefile     Wed Nov 06 23:32:04 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.9 2009/10/19 00:28:19 christos Exp $
+#      $NetBSD: Makefile,v 1.10 2013/11/06 23:32:04 tron Exp $
 
 LIBISPRIVATE=  yes
 
@@ -45,8 +45,6 @@
 safe-read.c \
 safe-write.c \
 sh-quote.c \
-stpcpy.c \
-stpncpy.c \
 tmpdir.c \
 wait-process.c \
 xallocsa.c \



Home | Main Index | Thread Index | Old Index