pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/proj geography/proj: Set USE_LANGUAGES to c++11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb9a65eab915
branches:  trunk
changeset: 319782:bb9a65eab915
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Wed Feb 20 17:47:29 2019 +0000

description:
geography/proj: Set USE_LANGUAGES to c++11

The package uses explicit --std=c++11, so declare that correctly (even
though it built on netbsd-8 with just c++).

diffstat:

 geography/proj/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r c22637a929d4 -r bb9a65eab915 geography/proj/Makefile
--- a/geography/proj/Makefile   Wed Feb 20 17:42:00 2019 +0000
+++ b/geography/proj/Makefile   Wed Feb 20 17:47:29 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2019/02/20 17:42:00 gdt Exp $
+# $NetBSD: Makefile,v 1.15 2019/02/20 17:47:29 gdt Exp $
 
 VERSION_BASE=  5.2.0
 VERSION_RC=    
 VERSION=       ${VERSION_BASE}${VERSION_RC}
-PKGREVISION=   1
+PKGREVISION=   2
 # proj RCs have names like 5.1.0RC1 but unpack to 5.1.0
 WRKFINAL=      proj-${VERSION_BASE}
 WRKSRC=                ${WRKDIR}/${WRKFINAL}
@@ -22,7 +22,7 @@
 
 PREV_PKGPATH=          misc/proj
 
-USE_LANGUAGES=         c99 c++
+USE_LANGUAGES=         c99 c++11
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index