Re: How to add compile time options to a port?

From: <iio7_at_tutanota.com>
Date: Sun, 03 Apr 2022 07:23:28 UTC
Thank you very much! Yes, without the -D option it works perfectly.

make FOO_DESC="wibble wibble" FOO_CONFIGURE_WITH="gpm-mouse"

Cheers.

Apr 3, 2022, 07:16 by steve@sohara.org:

> On Sun, 3 Apr 2022 07:14:33 +0100
> "Steve O'Hara-Smith" <steve@sohara.org> wrote:
>
>> On Sun, 3 Apr 2022 07:37:41 +0200 (CEST)
>> iio7@tutanota.com wrote:
>>
>> > I would like still to know if this isn't possible without editing
>> > the Makefile?
>>
>>  Untested but
>>
>> make -D FOO_DESC="wibble wibble" -D FOO_CONFIGURE_WITH="gpm-mouse"
>>
>>  should do the trick.
>>
>
> Remove the -Ds I'm thinking of another make.
>
> -- 
> Steve O'Hara-Smith <steve@sohara.org>
>