pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ocaml This is configured with -with-thread. Incl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/da78ec83ee1b
branches:  trunk
changeset: 485392:da78ec83ee1b
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Fri Dec 10 00:48:40 2004 +0000

description:
This is configured with -with-thread.  Include pthread.buildlink3.mk
here explicitly.

diffstat:

 lang/ocaml/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 46f9eb923e00 -r da78ec83ee1b lang/ocaml/Makefile
--- a/lang/ocaml/Makefile       Thu Dec 09 22:52:03 2004 +0000
+++ b/lang/ocaml/Makefile       Fri Dec 10 00:48:40 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2004/12/03 15:15:01 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2004/12/10 00:48:40 uebayasi Exp $
 
 DISTNAME=      ocaml-3.06
 PKGREVISION=   7
@@ -52,4 +52,5 @@
 .endif
 
 .include "../../x11/tk/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index