Author: Dan
Date: 28-09-06 11:24
flz told me the answer:
Use the environment variable CONFIGURE_ARGS. How you set it depends on your shell. It might be one of:
env CONFIGURE_ARGS=--foo
export CONFIGURE_ARGS=--foo
But most of the time, CONFIGURE_ARGS is set with '=' in the port, so you need to modify the Makefile and replace CONFIGURE_ARGS= with CONFIGURE_ARGS+=
--
The Man Behind The Curtain
|
|