Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/mail fix sun2
details: https://anonhg.NetBSD.org/src/rev/3e964724f9c6
branches: trunk
changeset: 847312:3e964724f9c6
user: christos <christos%NetBSD.org@localhost>
date: Tue Dec 17 19:12:50 2019 +0000
description:
fix sun2
diffstat:
usr.bin/mail/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 7a20e00f53be -r 3e964724f9c6 usr.bin/mail/Makefile
--- a/usr.bin/mail/Makefile Tue Dec 17 18:59:39 2019 +0000
+++ b/usr.bin/mail/Makefile Tue Dec 17 19:12:50 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2019/10/13 07:28:15 mrg Exp $
+# $NetBSD: Makefile,v 1.40 2019/12/17 19:12:50 christos Exp $
# @(#)Makefile 8.3 (Berkeley) 4/20/95
.include <bsd.own.mk>
@@ -52,8 +52,8 @@
CPPFLAGS+= -DCHARSET_SUPPORT
.endif
-LDADD+= -lmagic -lz
-DPADD+= ${LIBMAGIC} ${LIBZ}
+LDADD+= -lmagic -llzma -lbz2 -lz
+DPADD+= ${LIBMAGIC} ${LIBLZMA} ${LIBBZ2} ${LIBZ}
.endif
.endif
Home |
Main Index |
Thread Index |
Old Index