configure.args-delete --prefix

Ryan Schmidt ryandesign at macports.org
Thu May 10 14:06:01 PDT 2007


On May 10, 2007, at 15:37, Jochen Küpper wrote:

> I am rtrying to write a Portfile for Qwt, which is not build using  
> autotools, but uses Qt's qmake + make combo.
>
> I think I have everything set, but a --preix option thst is still  
> passed to qmake. I am trying to remove that using
>   configure.args-delete   --prefix=${prefix}
> but apparently that does not work.
>
> Any hints?
>
> I attach the whole Portfile for reference.

MacPorts does not put the "--prefix=${prefix}" argument in the  
configure.args variable; it puts it in the configure.pre_args  
variable. Presumably you then want "configure.pre_args-delete -- 
prefix=${prefix}". I haven't tested this.




More information about the macports-users mailing list