Make this package compile on machines without native threads.
This commit is contained in:
parent
2ce3e06259
commit
acdfbe85bf
1 changed files with 2 additions and 2 deletions
|
@ -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 @@ SUBST_SED.options= -e 's,CFLAGS =,\#CFLAGS =,' \
|
|||
-e 's,CC =,\#CC =,'
|
||||
|
||||
PTHREAD_OPTS+= require
|
||||
PTHREAD_LDFLAGS+= ${PTHREAD_LIBS}
|
||||
LDFLAGS+= ${PTHREAD_LIBS}
|
||||
PTHREAD_AUTO_VARS= yes
|
||||
|
||||
.if ${OPSYS} == "SunOS"
|
||||
|
|
Loading…
Reference in a new issue