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/5aed1cc6d7ad
branches:  trunk
changeset: 343297:5aed1cc6d7ad
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 d37785c3b93e -r 5aed1cc6d7ad 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