Skip to content
mcarpenter edited this page Apr 17, 2013 · 1 revision

Aside from the large pile of dependencies the build has a nasty tendency to pick up the old version of dmake in the perl subdirectory, even when it uses /usr/local/bin/make for previous targets.

A workaround is to specify gmake explicitly on the command line:

gnupkg -s -b'gmake all' -i'gmake install' ...

Clone this wiki locally