pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/libmatheval Include mk/pthread.buildlink3.mk to m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9bf4b9885e79
branches:  trunk
changeset: 483506:9bf4b9885e79
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sat Nov 13 13:18:07 2004 +0000

description:
Include mk/pthread.buildlink3.mk to make this pkg build on NetBSD 1.6.

diffstat:

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

diffs (19 lines):

diff -r 547d5ca8daf3 -r 9bf4b9885e79 math/libmatheval/Makefile
--- a/math/libmatheval/Makefile Sat Nov 13 12:51:22 2004 +0000
+++ b/math/libmatheval/Makefile Sat Nov 13 13:18:07 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/10/15 14:50:07 tv Exp $
+# $NetBSD: Makefile,v 1.4 2004/11/13 13:18:07 kristerw Exp $
 #
 
 DISTNAME=              libmatheval-1.1.1
@@ -14,7 +14,9 @@
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
+PTHREAD_OPTS+=         require
 
 .include "../../devel/flex/buildlink3.mk"
 .include "../../lang/guile/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index