pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/aget Make this package compile on machines without...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c90697a21399
branches:  trunk
changeset: 495711:c90697a21399
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sat Jun 18 18:55:36 2005 +0000

description:
Make this package compile on machines without native threads.

diffstat:

 net/aget/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 53af31259214 -r c90697a21399 net/aget/Makefile
--- a/net/aget/Makefile Sat Jun 18 14:35:31 2005 +0000
+++ b/net/aget/Makefile Sat Jun 18 18:55:36 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/04/11 21:46:44 tv Exp $
+# $NetBSD: Makefile,v 1.8 2005/06/18 18:55:36 kristerw Exp $
 #
 
 DISTNAME=      aget-0.4
@@ -24,7 +24,7 @@
                        -e 's,CC =,\#CC =,'
 
 PTHREAD_OPTS+=         require
-PTHREAD_LDFLAGS+=      ${PTHREAD_LIBS}
+LDFLAGS+=              ${PTHREAD_LIBS}
 PTHREAD_AUTO_VARS=     yes
 
 .if ${OPSYS} == "SunOS"



Home | Main Index | Thread Index | Old Index