10 May
2007
10 May
'07
9:06 p.m.
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.