cvs commit: ports/graphics/xaos Makefile

Kris Kennaway kris at obsecurity.org
Thu Feb 26 21:21:42 PST 2004


On Thu, Feb 26, 2004 at 11:15:12PM -0600, Peter Schultz wrote:
> Kris Kennaway wrote:
> >On Thu, Feb 26, 2004 at 09:30:13PM -0600, Peter Schultz wrote:
> >
> >>Kris Kennaway wrote:
> >>
> >>>Many ports do not correctly use PTHREAD_{CFLAGS,LIBS}, but that's no
> >>>reason to add another incorrect one.
> >>>
> >>>Kris
> >>
> >>Where is this correctly outlined?  What I'm finding is wildly varying.
> >
> >
> >In my email :-)
> >
> >Kris
> 
> This ?
> 
> CONFIGURE_ENV=  CFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
>                 LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"

That might be an appropriate solution, if everything compiled by the
port is threaded.  Of course, if there's a non-threaded application in
there as well (or there's a threaded application in the port that
doesn't respect CFLAGS or LDFLAGS) then it's wrong.

Kris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-ports/attachments/20040226/4b2d5803/attachment.bin


More information about the cvs-ports mailing list