Module Name: src
Committed By: christos
Date: Tue Apr 21 10:12:04 UTC 2015
Modified Files:
src/external/public-domain/xz/bin/xz: Makefile
Log Message:
help sun2
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/public-domain/xz/bin/xz/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/xz/Makefile
diff -u src/external/public-domain/xz/bin/xz/Makefile:1.2 src/external/public-domain/xz/bin/xz/Makefile:1.3
--- src/external/public-domain/xz/bin/xz/Makefile:1.2 Fri Apr 17 14:49:23 2015
+++ src/external/public-domain/xz/bin/xz/Makefile Tue Apr 21 06:12:04 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2015/04/17 18:49:23 christos Exp $
+# $NetBSD: Makefile,v 1.3 2015/04/21 10:12:04 christos Exp $
PROG= xz
BINDIR= /usr/bin
@@ -40,4 +40,7 @@ FILESNAME_${XZSRCDIR}/po/${lang}.gmo= xz
.endfor
.endif
+LDADD+= -lpthread
+DPADD+= ${LIBPTHREAD}
+
.include <bsd.prog.mk>