pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/libraw



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Feb  1 10:27:38 UTC 2018

Modified Files:
        pkgsrc/graphics/libraw: Makefile

Log Message:
libraw: Specify C++03, not C++11 clean.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/graphics/libraw/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/libraw/Makefile
diff -u pkgsrc/graphics/libraw/Makefile:1.26 pkgsrc/graphics/libraw/Makefile:1.27
--- pkgsrc/graphics/libraw/Makefile:1.26        Wed Aug 16 20:21:09 2017
+++ pkgsrc/graphics/libraw/Makefile     Thu Feb  1 10:27:38 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2017/08/16 20:21:09 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2018/02/01 10:27:38 jperkin Exp $
 
 DISTNAME=      LibRaw-0.17.2
 PKGNAME=       ${DISTNAME:tl}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://www.libraw.org/
 COMMENT=       Raw decoding/processing library
 LICENSE=       gnu-lgpl-v2.1 OR cddl-1.0
 
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++03
 USE_LIBTOOL=           yes
 USE_TOOLS+=            pkg-config gmake
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index