pngquant-bin icon indicating copy to clipboard operation
pngquant-bin copied to clipboard

Building on OpenBSD - make should be gmake

Open rapenne-s opened this issue 5 years ago • 1 comments

On OpenBSD (and certainly on DragonflyBSD and NetBSD), binaries aren't distributed so the compilation from sources must used to get the binary.

The issue is that make used in the process is using the make from system which is bsd make. The gmake binary should be used instead of make.

rapenne-s avatar Sep 20 '20 10:09 rapenne-s

A hack to solve the issue without fixing every dependency with this issue is to create a ~/bin/ directory and create a symbolic link named make to /usr/local/bin/gmake and add this path into $PATH

rapenne-s avatar Sep 27 '20 21:09 rapenne-s