Thu Feb 1 10:27:38 2018 UTC ()
libraw: Specify C++03, not C++11 clean.


(jperkin)
diff -r1.26 -r1.27 pkgsrc/graphics/libraw/Makefile

cvs diff -r1.26 -r1.27 pkgsrc/graphics/libraw/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/libraw/Makefile 2017/08/16 20:21:09 1.26
+++ pkgsrc/graphics/libraw/Makefile 2018/02/01 10:27:38 1.27
@@ -1,26 +1,26 @@ @@ -1,26 +1,26 @@
1# $NetBSD: Makefile,v 1.26 2017/08/16 20:21:09 wiz Exp $ 1# $NetBSD: Makefile,v 1.27 2018/02/01 10:27:38 jperkin Exp $
2 2
3DISTNAME= LibRaw-0.17.2 3DISTNAME= LibRaw-0.17.2
4PKGNAME= ${DISTNAME:tl} 4PKGNAME= ${DISTNAME:tl}
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= https://www.libraw.org/data/ 6MASTER_SITES= https://www.libraw.org/data/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://www.libraw.org/ 9HOMEPAGE= https://www.libraw.org/
10COMMENT= Raw decoding/processing library 10COMMENT= Raw decoding/processing library
11LICENSE= gnu-lgpl-v2.1 OR cddl-1.0 11LICENSE= gnu-lgpl-v2.1 OR cddl-1.0
12 12
13USE_LANGUAGES= c c++ 13USE_LANGUAGES= c c++03
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15USE_TOOLS+= pkg-config gmake 15USE_TOOLS+= pkg-config gmake
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17CONFIGURE_ARGS+= --disable-examples 17CONFIGURE_ARGS+= --disable-examples
18CONFIGURE_ARGS+= --disable-demosaic-pack-gpl2 18CONFIGURE_ARGS+= --disable-demosaic-pack-gpl2
19CONFIGURE_ARGS+= --disable-demosaic-pack-gpl3 19CONFIGURE_ARGS+= --disable-demosaic-pack-gpl3
20 20
21PKGCONFIG_OVERRIDE+= libraw.pc.in 21PKGCONFIG_OVERRIDE+= libraw.pc.in
22PKGCONFIG_OVERRIDE+= libraw_r.pc.in 22PKGCONFIG_OVERRIDE+= libraw_r.pc.in
23 23
24# jasper uses SIZE_MAX and friends in its headers. 24# jasper uses SIZE_MAX and friends in its headers.
25CPPFLAGS+= -D__STDC_LIMIT_MACROS 25CPPFLAGS+= -D__STDC_LIMIT_MACROS
26 26