Joe Auty wrote:
> I figured this out,
>
> My pkgtools.conf make args needed to read:
>
>>> MAKE_ARGS = {
>>>
>>> 'www/rt36' => '-DWITH_APACHE2'
>>> }
>
> rather than:
>
>>> MAKE_ARGS = {
>>>
>>> 'www/rt36' => 'WITH_APACHE2'
>>> }
>
>
> Why is it t
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I figured this out,
My pkgtools.conf make args needed to read:
MAKE_ARGS = {
'www/rt36' => '-DWITH_APACHE2'
}
rather than:
MAKE_ARGS = {
'www/rt36' => 'WITH_APACHE2'
}
Why is it that some make arguments
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Anybody?
Why would the pkgtools.conf make args not work while throwing in a -
D to a manual make command in the ports tree works?
On Feb 12, 2007, at 2:36 AM, Joe Auty wrote:
Hello,
Why is it that when I:
cd /usr/ports/www/rt36
make -DWITH_AP