Make this package compile on machines without native threads.

This commit is contained in:
kristerw 2005-06-18 18:55:36 +00:00
parent 2ce3e06259
commit acdfbe85bf

View file

@ -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"