freebsd-ports/graphics/darktable
Jean-Sébastien Pédron 8936ec8373 graphics/darktable: Include stddef.h when testing zError() symbol
The `CheckZlib.cmake` module uses `NULL` in the test source code to
check for the `zError()` symbol. This fails to build on FreeBSD 10.3
with the following error:

    CheckPrototypeDefinition.c:15:10: error: use of undeclared identifier 'NULL'
      return NULL;
             ^

I don't know the root cause for this failure, but including `stddef.h`
in this test source code fixes the problem.

PR:		225501
Reported by:	cpm@
2018-01-28 12:34:39 +00:00
..
files graphics/darktable: Include stddef.h when testing zError() symbol 2018-01-28 12:34:39 +00:00
distinfo graphics/darktable: Update to 2.4.1 2018-01-25 08:49:55 +00:00
Makefile graphics/darktable: Update to 2.4.1 2018-01-25 08:49:55 +00:00
pkg-descr
pkg-plist graphics/darktable: Update to 2.4.1 2018-01-25 08:49:55 +00:00