pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/openjpeg
Module Name: pkgsrc
Committed By: jperkin
Date: Tue Jul 19 08:37:19 UTC 2016
Modified Files:
pkgsrc/graphics/openjpeg: Makefile
Log Message:
Needs C99. Fixes build on SunOS.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/openjpeg/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/openjpeg/Makefile
diff -u pkgsrc/graphics/openjpeg/Makefile:1.12 pkgsrc/graphics/openjpeg/Makefile:1.13
--- pkgsrc/graphics/openjpeg/Makefile:1.12 Thu Jul 14 15:41:43 2016
+++ pkgsrc/graphics/openjpeg/Makefile Tue Jul 19 08:37:19 2016
@@ -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"
Home |
Main Index |
Thread Index |
Old Index