into ${PREFIX}/include/ instead of ${PREFIX}/include/lcms/ .
Provide a post-patch workaround, which looks for lcms.h and patches the
libmng_types.h if necessary. This fix was sitting in my own ports tree
for a while and I thought I committed it, until the pr 28202 got transfered
to me this morning:
PR: 28202
Submitted by: Dan Pelleg <dpelleg+bsd@cs.cmu.edu>
compiling without it :( Add the explicit -D to CFLAGS. Good
noone tried to use the lcms part of the library...
Also, add library dependencies to LDADD -- -ljpeg -lz -llcms.
and just use our own clean and straightforward Makefile.bsd. While
here, remove the SHLIB_VER variable -- I think it was not worth it to
have it there...
Thanks to Nathan for letting me know, the new version is available...
PR: 25580
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>