Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/flex add version



details:   https://anonhg.NetBSD.org/src/rev/fbdb06d3567d
branches:  trunk
changeset: 748527:fbdb06d3567d
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Oct 26 11:17:16 2009 +0000

description:
add version

diffstat:

 external/bsd/flex/Makefile.inc |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 14037538ac37 -r fbdb06d3567d external/bsd/flex/Makefile.inc
--- a/external/bsd/flex/Makefile.inc    Mon Oct 26 05:57:36 2009 +0000
+++ b/external/bsd/flex/Makefile.inc    Mon Oct 26 11:17:16 2009 +0000
@@ -1,13 +1,15 @@
-#      $NetBSD: Makefile.inc,v 1.1 2009/10/26 00:49:04 christos Exp $
+#      $NetBSD: Makefile.inc,v 1.2 2009/10/26 11:17:16 christos Exp $
 
 WARNS?=        1
 
 .include <bsd.own.mk>
 
+VERSION=2.5.35
 BINDIR?= /usr/bin
 
 IDIST= ${NETBSDSRCDIR}/external/bsd/flex/dist
 
-CPPFLAGS+= -DHAVE_CONFIG_H -I${.CURDIR}/../include -I${IDIST}
+CPPFLAGS+= -DHAVE_CONFIG_H -I${.CURDIR}/../include -I${IDIST} \
+       -DLOCALEDIR=\"/usr/share/locale\"
 
 .PATH: ${IDIST}



Home | Main Index | Thread Index | Old Index