diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
commit | eb08c5441cf4772f805b99523084b12164ed2495 (patch) | |
tree | f4861f167b47e08ed6e9f5bbe5172252c8b51efc /graphics/exrtools | |
parent | a285ade9102ca7c15642dfccd7816abc3c725c98 (diff) | |
download | ports-eb08c5441cf4772f805b99523084b12164ed2495.tar.gz ports-eb08c5441cf4772f805b99523084b12164ed2495.zip |
Notes
Diffstat (limited to 'graphics/exrtools')
-rw-r--r-- | graphics/exrtools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/exrtools/Makefile b/graphics/exrtools/Makefile index c6f5e493b87e..19c802fff443 100644 --- a/graphics/exrtools/Makefile +++ b/graphics/exrtools/Makefile @@ -31,6 +31,7 @@ MAN1= exrblur.1 exrchr.1 exricamtm.1 exrnlm.1 exrnormalize.1 \ exrpptm.1 exrstats.1 exrtools.1 exrtopng.1 jpegtoexr.1 \ pngtoexr.1 ppmtoexr.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|<values\.h>|<float.h>|' \ ${WRKSRC}/src/exrnormalize.c \ |