jeteve / Alien-ImageMagick

Perl Image Magick perlbrew + cpanm compatible install.
4 stars 6 forks source link

FreeBSD's `make` doesn't build `imagemagick`, so I have to use GNU's make, aka `gmake` #13

Open guest20 opened 1 year ago

guest20 commented 1 year ago

There's a target in the main makefile that explodes if I use the /usr/bin/make that comes with 10.2 (August 13, 2015) FreeBSD system. I have to compile via gmake.

When we get into the guts of the installing this distribution we envoke regular old regular make.

The man page for make says it sets a Additional built-in variable named MAKE to "The name that make was executed with (argv[0]).". I'm not sure if that's visible or not in the guts of an Alien:: dist ...

I should definitely upgrade - it's on my list