[postgis-users] extras/template_gis broken on postgis-1.2.1 for building postgis on win32
strk at refractions.net
strk at refractions.net
Fri Jan 19 00:45:51 PST 2007
On Thu, Jan 18, 2007 at 01:56:32AM +0100, TECHER David wrote:
> It seems that "C:/msys/1.0/local/pgsql/bin" has a problem with ":"
>
> So in extra/template_gis/Makefile I did
>
> SUBBINDIR=$(shell echo $(bindir)|sed -e's:\::\\\\\\\::g')
> SUBSTITUTE=-e s:@bindir@:$(SUBBINDIR):g \
> -e s:@datadir@:$(datadir):g \
> -e s:@prefix@:$(prefix):g \
> -e s:@SONAME@:$(SONAME):g
>
> And it work
I've applied your patch. Tests welcome.
--strk;
More information about the postgis-users
mailing list