pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/libnumbertext



Module Name:    pkgsrc
Committed By:   khorben
Date:           Thu Jan 17 15:56:05 UTC 2019

Modified Files:
        pkgsrc/math/libnumbertext: Makefile

Log Message:
Fix build for math/libnumbertext on netbsd-7

This package makes use of features from C++11, that only GCC 5.x or
newer actually supports (codecvt and regex).


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/libnumbertext/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/libnumbertext/Makefile
diff -u pkgsrc/math/libnumbertext/Makefile:1.1 pkgsrc/math/libnumbertext/Makefile:1.2
--- pkgsrc/math/libnumbertext/Makefile:1.1      Wed Aug 15 14:02:46 2018
+++ pkgsrc/math/libnumbertext/Makefile  Thu Jan 17 15:56:05 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/08/15 14:02:46 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2019/01/17 15:56:05 khorben Exp $
 
 DISTNAME=      libnumbertext-1.0.3
 CATEGORIES=    math
@@ -15,7 +15,9 @@ LICENSE=      modified-bsd
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
+
+GCC_REQD+=     5.0
 
 PKGCONFIG_OVERRIDE+=   libnumbertext.pc.in
 



Home | Main Index | Thread Index | Old Index