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 PR/30196: Adam Ciarcinski: gett...



details:   https://anonhg.NetBSD.org/src/rev/ebe03c59f555
branches:  trunk
changeset: 580861:ebe03c59f555
user:      christos <christos%NetBSD.org@localhost>
date:      Thu May 12 00:44:12 2005 +0000

description:
PR/30196: Adam Ciarcinski: gettext 0.14.4 does not compile with -Os optimisation

diffstat:

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

diffs (17 lines):

diff -r 5b5a3604ae1a -r ebe03c59f555 gnu/usr.bin/gettext/libnlsut/Makefile
--- a/gnu/usr.bin/gettext/libnlsut/Makefile     Wed May 11 20:25:01 2005 +0000
+++ b/gnu/usr.bin/gettext/libnlsut/Makefile     Thu May 12 00:44:12 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2005/05/09 17:19:06 jmc Exp $
+#      $NetBSD: Makefile,v 1.4 2005/05/12 00:44:12 christos Exp $
 
 MKPRIVATELIB=  yes
 
@@ -11,6 +11,7 @@
 argmatch.c \
 backupfile.c \
 basename.c \
+c-ctype.c \
 c-strcasecmp.c \
 c-strncasecmp.c \
 classpath.c \



Home | Main Index | Thread Index | Old Index