diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-07-19 08:37:19 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-07-19 08:37:19 +0000 |
commit | e5622d2f40969d02e1e37aee529b2617ef7d4ec5 (patch) | |
tree | ec9a14d1a1eccb421633938f9ba0012ad4030fe4 /graphics | |
parent | 31691d36e46ecd408fdddaf1f3786e7dd16340d5 (diff) | |
download | pkgsrc-e5622d2f40969d02e1e37aee529b2617ef7d4ec5.tar.gz |
Needs C99. Fixes build on SunOS.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/openjpeg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/openjpeg/Makefile b/graphics/openjpeg/Makefile index e4f85f169c9..a91d3399a36 100644 --- a/graphics/openjpeg/Makefile +++ b/graphics/openjpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2016/07/14 15:41:43 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2016/07/19 08:37:19 jperkin Exp $ DISTNAME= openjpeg-2.1.1 CATEGORIES= graphics @@ -11,6 +11,7 @@ COMMENT= JPEG 2000 library LICENSE= 2-clause-bsd USE_CMAKE= yes +USE_LANGUAGES= c99 CMAKE_ARGS+= -DOPENJPEG_INSTALL_MAN_DIR=${PKGMANDIR} .include "../../devel/zlib/buildlink3.mk" |