pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libixp needs pthreads (libixp_pthread.a)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba3be577ada5
branches:  trunk
changeset: 648162:ba3be577ada5
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Mar 12 15:34:16 2015 +0000

description:
needs pthreads (libixp_pthread.a)

diffstat:

 devel/libixp/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 3ad81ed54f3f -r ba3be577ada5 devel/libixp/Makefile
--- a/devel/libixp/Makefile     Thu Mar 12 15:32:05 2015 +0000
+++ b/devel/libixp/Makefile     Thu Mar 12 15:34:16 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2013/05/17 19:49:12 jperkin Exp $
+# $NetBSD: Makefile,v 1.10 2015/03/12 15:34:16 tnn Exp $
 
 DISTNAME=              libixp-0.4
 CATEGORIES=            devel
@@ -18,4 +18,5 @@
 CFLAGS.SunOS+=         -D_POSIX_PTHREAD_SEMANTICS
 LDFLAGS.SunOS+=                -lsocket
 
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index