pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/openexr Pull in pthread support too. From St...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f66d5db83f9f
branches:  trunk
changeset: 520776:f66d5db83f9f
user:      dsainty <dsainty%pkgsrc.org@localhost>
date:      Sun Oct 29 13:51:18 2006 +0000

description:
Pull in pthread support too.  From Stoned Elipot via email.

diffstat:

 graphics/openexr/Makefile      |  4 +++-
 graphics/openexr/buildlink3.mk |  6 +++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diffs (44 lines):

diff -r db7bd95c7e4e -r f66d5db83f9f graphics/openexr/Makefile
--- a/graphics/openexr/Makefile Sun Oct 29 13:20:14 2006 +0000
+++ b/graphics/openexr/Makefile Sun Oct 29 13:51:18 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/10/29 13:13:07 dsainty Exp $
+# $NetBSD: Makefile,v 1.12 2006/10/29 13:51:18 dsainty Exp $
 
 DISTNAME=      openexr-1.4.0a
 PKGNAME=       openexr-1.4.0
@@ -17,6 +17,7 @@
 GNU_CONFIGURE=         yes
 PKGCONFIG_OVERRIDE=    ${WRKSRC}/OpenExr.pc.in
 TEST_TARGET=           check
+PTHREAD_OPTS+=         require
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -24,5 +25,6 @@
 LDFLAGS+=              -lmx
 .endif
 
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../x11/fltk/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r db7bd95c7e4e -r f66d5db83f9f graphics/openexr/buildlink3.mk
--- a/graphics/openexr/buildlink3.mk    Sun Oct 29 13:20:14 2006 +0000
+++ b/graphics/openexr/buildlink3.mk    Sun Oct 29 13:51:18 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2006/07/08 23:10:53 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2006/10/29 13:51:18 dsainty Exp $
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 OPENEXR_BUILDLINK3_MK:=        ${OPENEXR_BUILDLINK3_MK}+
@@ -15,6 +15,10 @@
 BUILDLINK_API_DEPENDS.openexr+=        openexr>=1.2.1
 BUILDLINK_ABI_DEPENDS.openexr+=        openexr>=1.2.2nb1
 BUILDLINK_PKGSRCDIR.openexr?=  ../../graphics/openexr
+
+PTHREAD_OPTS+= require
 .endif # OPENEXR_BUILDLINK3_MK
 
+.include "../../mk/pthread.buildlink3.mk"
+
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH:S/+$//}



Home | Main Index | Thread Index | Old Index