Source-Changes-HG archive

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

[src/trunk]: src/tools/grep add WITHOUT_BZ2



details:   https://anonhg.NetBSD.org/src/rev/987c43b4f0ec
branches:  trunk
changeset: 834391:987c43b4f0ec
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Aug 12 07:53:38 2018 +0000

description:
add WITHOUT_BZ2

diffstat:

 tools/grep/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 4382a58c4cc3 -r 987c43b4f0ec tools/grep/Makefile
--- a/tools/grep/Makefile       Sun Aug 12 07:53:19 2018 +0000
+++ b/tools/grep/Makefile       Sun Aug 12 07:53:38 2018 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.2 2011/04/21 14:27:11 joerg Exp $
+#      $NetBSD: Makefile,v 1.3 2018/08/12 07:53:38 christos Exp $
 #
 
 HOSTPROGNAME=   ${_TOOL_PREFIX}grep
 HOST_SRCDIR=    usr.bin/grep
 
-HOST_CPPFLAGS+=        -DWITHOUT_NLS
+HOST_CPPFLAGS+=        -DWITHOUT_NLS -DWITHOUT_BZ2
 
 .include "${.CURDIR}/../Makefile.host"



Home | Main Index | Thread Index | Old Index