pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Interix doesn't have a "flex" program per se in the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c89984b9ca76
branches:  trunk
changeset: 487847:c89984b9ca76
user:      tv <tv%pkgsrc.org@localhost>
date:      Fri Jan 21 02:23:34 2005 +0000

description:
Interix doesn't have a "flex" program per se in the base system.  Its "lex"
is flex, but libfl.a and FlexLexer.h are missing.  So use pkgsrc flex
on an as-needed basis.

diffstat:

 mk/tools.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e0b95d70757d -r c89984b9ca76 mk/tools.mk
--- a/mk/tools.mk       Fri Jan 21 02:18:23 2005 +0000
+++ b/mk/tools.mk       Fri Jan 21 02:23:34 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.49 2004/12/30 09:47:01 minskim Exp $
+# $NetBSD: tools.mk,v 1.50 2005/01/21 02:23:34 tv Exp $
 #
 # This Makefile creates a ${TOOLS_DIR} directory and populates the bin
 # subdir with tools that hide the ones outside of ${TOOLS_DIR}.
@@ -137,7 +137,7 @@
 _TOOLS_OPSYS_HAS_GNU.awk+=     NetBSD-1.[0-6]*-* DragonFly-*-*
 _TOOLS_OPSYS_HAS_GNU.grep+=    Darwin-*-* FreeBSD-*-* Linux-*-*
 _TOOLS_OPSYS_HAS_GNU.grep+=    NetBSD-*-* OpenBSD-*-* DragonFly-*-*
-_TOOLS_OPSYS_HAS_GNU.lex+=     FreeBSD-*-* Interix-*-* Linux-*-* NetBSD-*-*
+_TOOLS_OPSYS_HAS_GNU.lex+=     FreeBSD-*-* Linux-*-* NetBSD-*-*
 _TOOLS_OPSYS_HAS_GNU.lex+=     OpenBSD-*-* DragonFly-*-*
 _TOOLS_OPSYS_HAS_GNU.m4+=      # empty
 _TOOLS_OPSYS_HAS_GNU.make+=    Darwin-*-*



Home | Main Index | Thread Index | Old Index