Source-Changes-HG archive

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

[src/trunk]: src/external/public-domain/xz/bin/lzmainfo needs libpthread



details:   https://anonhg.NetBSD.org/src/rev/8ce493e88c03
branches:  trunk
changeset: 813439:8ce493e88c03
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jan 28 19:40:29 2016 +0000

description:
needs libpthread

diffstat:

 external/public-domain/xz/bin/lzmainfo/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 3cdd93f119cb -r 8ce493e88c03 external/public-domain/xz/bin/lzmainfo/Makefile
--- a/external/public-domain/xz/bin/lzmainfo/Makefile   Thu Jan 28 19:06:39 2016 +0000
+++ b/external/public-domain/xz/bin/lzmainfo/Makefile   Thu Jan 28 19:40:29 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/08/04 03:38:06 matt Exp $
+# $NetBSD: Makefile,v 1.2 2016/01/28 19:40:29 christos Exp $
 
 PROG=  lzmainfo
 BINDIR=        /usr/bin
@@ -17,8 +17,8 @@
 CPPFLAGS+=     -DPACKAGE=\"xz\"
 CPPFLAGS+=     -DENABLE_NLS -DLOCALEDIR=\"/usr/share/locale\"
 
-DPADD+=        ${LIBLZMA} ${LIBINTL}
-LDADD+=        -llzma -lintl
+DPADD+=        ${LIBLZMA} ${LIBINTL} ${LIBPTHREAD}
+LDADD+=        -llzma -lintl -lpthread
 
 .PATH: ${XZSRCDIR}/src/common ${XZSRCDIR}/src/lzmainfo
 



Home | Main Index | Thread Index | Old Index