pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/aget Fix build (missing PTHREAD_LDFLAGS).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c64dfd881f9
branches:  trunk
changeset: 485119:4c64dfd881f9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Dec 04 11:51:10 2004 +0000

description:
Fix build (missing PTHREAD_LDFLAGS).

diffstat:

 net/aget/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 7041237e4b9d -r 4c64dfd881f9 net/aget/Makefile
--- a/net/aget/Makefile Sat Dec 04 11:29:16 2004 +0000
+++ b/net/aget/Makefile Sat Dec 04 11:51:10 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/11/12 06:39:20 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2004/12/04 11:51:10 wiz Exp $
 #
 
 DISTNAME=      aget-0.4
@@ -24,8 +24,8 @@
                        -e 's,LDFLAGS =,\#LDFLAGS =,' \
                        -e 's,CC =,\#CC =,'
 
-PTHREAD_OPTS+=          require
-LDFLAGS+=      ${PTHREAD_LIBS}
+PTHREAD_OPTS+= require
+LDFLAGS+=      ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}
 
 .if ${OPSYS} == "SunOS"
 CFLAGS+=       -DSOLARIS



Home | Main Index | Thread Index | Old Index