Hey all..
My brain is fried from trying to understand Makefiles in FreeBSD ports, I've written some for my C programs before but never for anything like the way it's used in ports.
So.. I'm porting something and make is failing because:
Which is correct, the go files I want to build are actually contained in 4 sub directories under work/src/github.com/klauspost/compress/ which are:
flate/
gzip/
zip/
zlib/
How can I get make to go through these subdirectories?
Cheers
My brain is fried from trying to understand Makefiles in FreeBSD ports, I've written some for my C programs before but never for anything like the way it's used in ports.
So.. I'm porting something and make is failing because:
Code:
no buildable Go source files in /usr/ports/devel/go-compress/work/src/github.com/klauspost/compress/
flate/
gzip/
zip/
zlib/
How can I get make to go through these subdirectories?
Cheers