diff options
Diffstat (limited to 'net/speedtouch/Makefile')
-rw-r--r-- | net/speedtouch/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/net/speedtouch/Makefile b/net/speedtouch/Makefile index d59fd1ab932..82ea2ecb334 100644 --- a/net/speedtouch/Makefile +++ b/net/speedtouch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/02/04 19:32:45 tron Exp $ +# $NetBSD: Makefile,v 1.17 2005/06/18 11:29:10 kristerw Exp $ DISTNAME= speedtouch-1.3.1 PKGREVISION= 3 @@ -30,6 +30,14 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} PLIST_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR} RCD_SCRIPTS= adsl +.include "../../mk/pthread.buildlink3.mk" +.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} == "native" +PLIST_SUBST+= PPPOA3="" +.else +PLIST_SUBST+= PPPOA3="@comment " +CONFIGURE_ENV+= ac_cv_lib_pthread_pthread_create=no +.endif + pre-extract: ${MKDIR} ${WRKDIR}/firmware |