pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/gift To allow plugins the use of pthreads giftd it...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/557f94e7b45e
branches:  trunk
changeset: 478631:557f94e7b45e
user:      recht <recht%pkgsrc.org@localhost>
date:      Tue Jul 27 15:37:22 2004 +0000

description:
To allow plugins the use of pthreads giftd itself has to be built
against libpthread. Or in other words: dlopen of libpthread doesn't work.

Patch sent in private mail by Kailash Sethuraman

bump PKGREVISION to 1

diffstat:

 net/gift/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r f0216cfd882e -r 557f94e7b45e net/gift/Makefile
--- a/net/gift/Makefile Tue Jul 27 14:58:38 2004 +0000
+++ b/net/gift/Makefile Tue Jul 27 15:37:22 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/05/08 02:03:58 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2004/07/27 15:37:22 recht Exp $
 #
 
 DISTNAME=      gift-0.11.6
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gift/}
 EXTRACT_SUFX=  .tar.bz2
@@ -15,9 +16,12 @@
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 
+LIBS+=                 ${PTHREAD_LDFLAGS}
+
 PKGCONFIG_OVERRIDE+=    ${WRKSRC}/lib/libgift.pc.in
 
 .include "../../devel/libtool/buildlink3.mk"
 .include "../../audio/libvorbis/buildlink3.mk"
 .include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index