This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1 of 8] docs/kconfig.mk: Use ncurses from macports on MacOS


Titus, All,

On Saturday 22 May 2010 16:03:48 Titus von Boxberg wrote:
[--SNIP--]
>  # Build flags
> -CFLAGS = 
> +# On MacOS use libs from macports first (for ncurses)
> +ifeq    ($(OS),Darwin)
> +CFLAGS = -I/opt/local/include
> +LDFLAGS = -L/opt/local/lib
> +else
> +CFLAGS =
>  LDFLAGS =
> +endif

We already have check-lxdialog.sh that gives the CFLAGS and LDFLAGS.
Better update the script, so everything is in a single place.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'



--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]