View Single Post
  #6   (View Single Post)  
Old 1st October 2008
BSDKaffee's Avatar
BSDKaffee BSDKaffee is offline
Real Name: Jason Hale
Coffee Addict
 
Join Date: May 2008
Location: Wintersville, Ohio
Posts: 212
Default

Quote:
Originally Posted by TerryP View Post
The CONFIGURE_ARGS variable should get passed onto ./configure when a port uses it, so # make CONFIGURE_ARGS+="--custom-args" would likely allow you to modify the configure arguments used for the port directly, if the port Makefile doesn't give you proper way of controlling he build options you need (for some odd reason).
Note, that would override all CONFIGURE_ARGS set in the Makefile. The "+=" operator does not work on the commandline like it would in a Makefile.
Reply With Quote