pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/openjpeg Needs C99. Fixes build on SunOS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b3082410385
branches:  trunk
changeset: 349924:8b3082410385
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Jul 19 08:37:19 2016 +0000

description:
Needs C99.  Fixes build on SunOS.

diffstat:

 graphics/openjpeg/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b31952d270fc -r 8b3082410385 graphics/openjpeg/Makefile
--- a/graphics/openjpeg/Makefile        Tue Jul 19 08:26:59 2016 +0000
+++ b/graphics/openjpeg/Makefile        Tue Jul 19 08:37:19 2016 +0000
@@ -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 @@
 LICENSE=       2-clause-bsd
 
 USE_CMAKE=     yes
+USE_LANGUAGES= c99
 CMAKE_ARGS+=   -DOPENJPEG_INSTALL_MAN_DIR=${PKGMANDIR}
 
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index