Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/grep fix libraries



details:   https://anonhg.NetBSD.org/src/rev/31da651adb23
branches:  trunk
changeset: 834393:31da651adb23
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Aug 12 08:00:32 2018 +0000

description:
fix libraries

diffstat:

 usr.bin/grep/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 722007a7e377 -r 31da651adb23 usr.bin/grep/Makefile
--- a/usr.bin/grep/Makefile     Sun Aug 12 07:59:14 2018 +0000
+++ b/usr.bin/grep/Makefile     Sun Aug 12 08:00:32 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2018/08/12 07:59:14 christos Exp $
+#      $NetBSD: Makefile,v 1.9 2018/08/12 08:00:32 christos Exp $
 #      $FreeBSD: head/usr.bin/grep/Makefile 210389 2010-07-22 19:11:57Z gabor $
 #      $OpenBSD: Makefile,v 1.6 2003/06/25 15:00:04 millert Exp $
 
@@ -21,8 +21,8 @@
 DPADD+=        ${LIBZ}
 
 .if empty(HOST_CPPFLAGS:M*-DWITHOUT_BZ2*)
-LDADD+=        -lz
-DPADD+=        ${LIBZ}
+LDADD+=        -lbz2
+DPADD+=        ${LIBBZ2}
 .endif
 
 .if empty(HOST_CPPFLAGS:M*-DWITHOUT_NLS*)



Home | Main Index | Thread Index | Old Index