10 Sep
2007
10 Sep
'07
5:56 p.m.
On Sep 10, 2007, at 1:09 PM, N_Ox wrote:
Le 10 sept. 07 à 17:31, Jeff Stubbs a écrit :
Hi Frank,
On Sep 9, 2007, at 2:03 PM, Frank Mcpherson wrote:
I hadn't noticed it was doing that. I attempted adding --prefix=$ {prefix} to configure.args to fix it, but that didn't work.
Anyone know how to fix this type of issue?
In the postgis source directory after the extraction phase, drop down into the loader directory and modify lines 15-18 of it's Makefile from this:
<snip my amateur hack>
Or just add `build.args "ICONV_LDFLAGS=\"-L${prefix}/lib -liconv \""` in the Portfile?
That works, and it's much cleaner. No need to patch the loader's makefile. Thanks. Jeff