pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/proj wants to link with pthreads



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed399f5da238
branches:  trunk
changeset: 648438:ed399f5da238
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Mar 14 18:52:30 2015 +0000

description:
wants to link with pthreads

diffstat:

 geography/proj/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 6d1ae83fbc3a -r ed399f5da238 geography/proj/Makefile
--- a/geography/proj/Makefile   Sat Mar 14 18:52:29 2015 +0000
+++ b/geography/proj/Makefile   Sat Mar 14 18:52:30 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2015/03/14 17:59:10 gdt Exp $
+# $NetBSD: Makefile,v 1.5 2015/03/14 18:52:30 tnn Exp $
 
 VERSION_BASE=  4.9.1
 VERSION=       ${VERSION_BASE}
@@ -32,4 +32,5 @@
 post-extract:
        cd ${WRKDIR} && ${LN} ${DATUMGRID_FILES} ${WRKSRC}/nad
 
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index