pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/ranger



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Aug 26 17:17:22 UTC 2016

Modified Files:
        pkgsrc/math/ranger: Makefile

Log Message:
Fix pthread use.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/ranger/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/ranger/Makefile
diff -u pkgsrc/math/ranger/Makefile:1.1 pkgsrc/math/ranger/Makefile:1.2
--- pkgsrc/math/ranger/Makefile:1.1     Fri Aug 19 20:24:36 2016
+++ pkgsrc/math/ranger/Makefile Fri Aug 26 17:17:22 2016
@@ -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 @@ LICENSE=      gnu-gpl-v3
 WRKSRC=                ${WRKDIR}/${DISTNAME}/source
 USE_LANGUAGES= c c++
 USE_CMAKE=     yes
+PTHREAD_AUTO_VARS= yes
 
 INSTALLATION_DIRS+=    bin
 
@@ -19,4 +20,5 @@ do-install:
        ${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