Dermot McCluskey wrote:
> For my own education, can you explain the change from delivering *.po
> files in SUNW0sfw to delivering *.mo files in SUNWa2psu? I notice that
> some other pkgs that build .mo files (subversion, binutils) still only deliver
> the .po files via SUNW0sfw. Is there a rule to follow here?
>
Not to my knowledge. I'm just delivering the files that result from
'make install' (more or less) instead of cherry picking files out of the
built tree.
> Also, in usr/src/cmd/ImageMagick/Makefile.sfw, should:
> 35 CPPFLAGS="-I${ROOT}/usr/sfw/include -I/usr/sfw/include
> -I/usr/sfw/include/freetype2 -I/usr/X/include/X11 -I/usr/include/libxml2" \
> also include "-I${ROOT}/usr/include/libxml2" ?
>
Thanks for the catch.
I have updated the webrev.
-Norm