pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/lensfun



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Feb  6 12:18:13 UTC 2018

Modified Files:
        pkgsrc/graphics/lensfun: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/graphics/lensfun/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/lensfun/Makefile
diff -u pkgsrc/graphics/lensfun/Makefile:1.31 pkgsrc/graphics/lensfun/Makefile:1.32
--- pkgsrc/graphics/lensfun/Makefile:1.31       Sun Dec 27 12:31:53 2015
+++ pkgsrc/graphics/lensfun/Makefile    Tue Feb  6 12:18:13 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2015/12/27 12:31:53 adam Exp $
+# $NetBSD: Makefile,v 1.32 2018/02/06 12:18:13 jperkin Exp $
 
 DISTNAME=      lensfun-0.3.2
 CATEGORIES=    graphics
@@ -10,7 +10,7 @@ COMMENT=      Library for rectifying defects 
 LICENSE=       gnu-lgpl-v3
 
 USE_CMAKE=             yes
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++03
 USE_TOOLS+=            gmake pkg-config gsed
 
 REPLACE_SH=            apps/g-lensfun-update-data



Home | Main Index | Thread Index | Old Index