pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/fonts/lcdftypetools Fix build on -current -- this need...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b17d61371c0a
branches: trunk
changeset: 354341:b17d61371c0a
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Oct 27 11:02:41 2016 +0000
description:
Fix build on -current -- this needs c++11 for static_assert.
Improve COMMENT while here.
diffstat:
fonts/lcdftypetools/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 8b971e78460a -r b17d61371c0a fonts/lcdftypetools/Makefile
--- a/fonts/lcdftypetools/Makefile Thu Oct 27 10:31:05 2016 +0000
+++ b/fonts/lcdftypetools/Makefile Thu Oct 27 11:02:41 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/06/16 03:57:25 markd Exp $
+# $NetBSD: Makefile,v 1.4 2016/10/27 11:02:41 wiz Exp $
DISTNAME= texlive-20160523-source
PKGNAME= lcdftypetools-2.105
@@ -8,7 +8,7 @@
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://ctan.org/pkg/lcdf-typetools
-COMMENT= A bundle of outline font manipulation tools
+COMMENT= Outline font manipulation tools
LICENSE= gnu-gpl-v2
DEPENDS+= tex-glyphlist-[0-9]*:../../fonts/tex-glyphlist
@@ -22,6 +22,8 @@
USE_TOOLS+= pkg-config
WRKSRC= ${WRKDIR}/${DISTNAME}/texk/lcdf-typetools
+CXXFLAGS+= -std=c++11
+
CONFIG_GUESS_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.guess
CONFIG_SUB_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.sub
Home |
Main Index |
Thread Index |
Old Index