Module Name: src
Committed By: christos
Date: Thu Jan 28 19:40:29 UTC 2016
Modified Files:
src/external/public-domain/xz/bin/lzmainfo: Makefile
Log Message:
needs libpthread
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/public-domain/xz/bin/lzmainfo/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/public-domain/xz/bin/lzmainfo/Makefile
diff -u src/external/public-domain/xz/bin/lzmainfo/Makefile:1.1 src/external/public-domain/xz/bin/lzmainfo/Makefile:1.2
--- src/external/public-domain/xz/bin/lzmainfo/Makefile:1.1 Wed Aug 3 23:38:06 2011
+++ src/external/public-domain/xz/bin/lzmainfo/Makefile Thu Jan 28 14:40:29 2016
@@ -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 @@ SRCS+= tuklib_exit.c tuklib_cpucores.c t
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