pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/ranger Fix pthread use.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34a5811e5a83
branches:  trunk
changeset: 351735:34a5811e5a83
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Aug 26 17:17:22 2016 +0000

description:
Fix pthread use.

diffstat:

 math/ranger/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 50dbb0a80e65 -r 34a5811e5a83 math/ranger/Makefile
--- a/math/ranger/Makefile      Fri Aug 26 17:16:53 2016 +0000
+++ b/math/ranger/Makefile      Fri Aug 26 17:17:22 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/08/19 20:24:36 cheusov Exp $
+# $NetBSD: Makefile,v 1.2 2016/08/26 17:17:22 joerg Exp $
 
 DISTNAME=      ranger-0.4.2
 CATEGORIES=    math
@@ -12,6 +12,7 @@
 WRKSRC=                ${WRKDIR}/${DISTNAME}/source
 USE_LANGUAGES= c c++
 USE_CMAKE=     yes
+PTHREAD_AUTO_VARS= yes
 
 INSTALLATION_DIRS+=    bin
 
@@ -19,4 +20,5 @@
        ${INSTALL_PROGRAM} ${WRKSRC}/ranger ${DESTDIR}${PREFIX}/bin
 
 .include "../../devel/zlib/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index