Daniel Macks wrote:
[]
> Is there a MAKE or similar shell var that can be used to hard-code
> /usr/bin/make?

Good idea:

For libicu36-dev, it suffices to call /usr/bin/make instead of make in 
the InstallScript.

For freetype219, one can set

    export GNUMAKE=/usr/bin/make

in the CompileScript, before running configure. One can even leave the 
"make" command alone, it doesn't matter whether this is make-3.79 or 
make-3.81; the only place where it matters is when the configure script 
runs make itself, and there it uses $GNUMAKE.

-- 
Martin




------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to