tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Lib missing in audio/portaudio?



D'Arcy J.M. Cain wrote:

>  CFLAGS.Darwin=         -Ipablio
> +CFLAGS +=              -lrt
> 
>  EXTRACT_OPTS_ZIP=      -aqo
> 
> However, that won't be very portable.  Is there a better way to do this?

If this is a "NetBSD-only" change, why not follow the line above and use

  CFLAGS.NetBSD+=       -lrt

CFLAGS is one of the few variables where this is possible by default.
See "make show-var VARNAME=OPSYSVARS" for all of them.

ciao
     Klaus



Home | Main Index | Thread Index | Old Index