summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-10-27 11:02:41 +0000
committerwiz <wiz@pkgsrc.org>2016-10-27 11:02:41 +0000
commit6593eda5c2ff5a62fdf6a5fd8aad6a857b1cf25e (patch)
tree619f48da0db27182b3a7b9156789016e7ccbc018 /fonts
parentb0a6ec0b90687a42a03f796596ef58b6e0b1a84d (diff)
downloadpkgsrc-6593eda5c2ff5a62fdf6a5fd8aad6a857b1cf25e.tar.gz
Fix build on -current -- this needs c++11 for static_assert.
Improve COMMENT while here.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/lcdftypetools/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/fonts/lcdftypetools/Makefile b/fonts/lcdftypetools/Makefile
index 31cc64b499e..600712a43c2 100644
--- a/fonts/lcdftypetools/Makefile
+++ b/fonts/lcdftypetools/Makefile
@@ -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 @@ EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
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_LANGUAGES= c c++
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