pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/30317
The following reply was made to PR pkg/30317; it has been noted by GNATS.
From: Matthias Drochner <M.Drochner%fz-juelich.de@localhost>
To: roland.illig%gmx.de@localhost, gnats-bugs%netbsd.org@localhost
Cc: gnats-admin%netbsd.org@localhost, pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/30317
Date: Wed, 25 May 2005 22:01:19 +0200
roland.illig%gmx.de@localhost said:
> Apart from the following line, the package works on NetBSD 1.6.2 when
> I
> remove the "native" flag from PTHREAD_OPTS.
OK, it might be easyer than I thought to get a pkg for 1.6.
Can you try something like the following:
PTHREAD_OPTS+= native
.include "../../mk/pthread.buildlink3.mk"
.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} == "native"
PLIST_SUBST+= HAVE_THR=""
.else
PLIST_SUBST+= HAVE_THR="@comment "
.endif
and put a "${HAVE_THR}" in front of the pthread.dll PLIST entry.
best regards
Matthias
Home |
Main Index |
Thread Index |
Old Index