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/libnlspr Need -I to the gettext src dir ...
details: https://anonhg.NetBSD.org/src/rev/51d1f0a4979c
branches: trunk
changeset: 580730:51d1f0a4979c
user: jmc <jmc%NetBSD.org@localhost>
date: Fri May 06 21:02:21 2005 +0000
description:
Need -I to the gettext src dir as well or it doesn't get all includes.
diffstat:
gnu/usr.bin/gettext/libnlspr/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 50dd28c56ac3 -r 51d1f0a4979c gnu/usr.bin/gettext/libnlspr/Makefile
--- a/gnu/usr.bin/gettext/libnlspr/Makefile Fri May 06 19:34:47 2005 +0000
+++ b/gnu/usr.bin/gettext/libnlspr/Makefile Fri May 06 21:02:21 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/05/01 06:51:04 lukem Exp $
+# $NetBSD: Makefile,v 1.4 2005/05/06 21:02:21 jmc Exp $
MKPRIVATELIB= yes
@@ -68,7 +68,8 @@
.include "${.CURDIR}/../Makefile.inc"
.PATH: ${DIST}/gettext/gettext-tools/src ${DIST}/gettext/gettext-tools/lib
-CPPFLAGS+= -I${DIST}/gettext/gettext-runtime/intl
+CPPFLAGS+=-I${DIST}/gettext/gettext-runtime/intl
+CPPFLAGS+=-I${DIST}/gettext/gettext-tools/src
CPPFLAGS+=-DLIBDIR=\"${DESTDIR}/usr/share\"
CPPFLAGS+=-DGETTEXTJAR=\"${DESTDIR}/usr/share/gettext/gettext.jar\"
CPPFLAGS+=-DGETTEXTDATADIR=\"${DESTDIR}/usr/share/gettext\"
Home |
Main Index |
Thread Index |
Old Index