pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/freeimageplus



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Dec 21 23:41:47 UTC 2019

Modified Files:
        pkgsrc/graphics/freeimageplus: Makefile

Log Message:
Uses c++03 only.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/freeimageplus/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/freeimageplus/Makefile
diff -u pkgsrc/graphics/freeimageplus/Makefile:1.4 pkgsrc/graphics/freeimageplus/Makefile:1.5
--- pkgsrc/graphics/freeimageplus/Makefile:1.4  Sat Nov  2 22:37:56 2019
+++ pkgsrc/graphics/freeimageplus/Makefile      Sat Dec 21 23:41:47 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/11/02 22:37:56 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2019/12/21 23:41:47 joerg Exp $
 
 DISTNAME=      FreeImage3170
 PKGNAME=       freeimageplus-3.17.0
@@ -12,7 +12,7 @@ HOMEPAGE=     http://freeimage.sf.net/
 COMMENT=       Library for supporting PNG, BMP, JPEG, and TIFF - C++ Wrapper
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3 OR mpl-1.0
 
-USE_LANGUAGES+=        c c++
+USE_LANGUAGES+=        c c++03
 USE_TOOLS+=    gmake
 MAKE_FILE=     Makefile.fip
 



Home | Main Index | Thread Index | Old Index