pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/fonts/lcdftypetools
Module Name: pkgsrc
Committed By: wiz
Date: Thu Oct 27 11:02:41 UTC 2016
Modified Files:
pkgsrc/fonts/lcdftypetools: Makefile
Log Message:
Fix build on -current -- this needs c++11 for static_assert.
Improve COMMENT while here.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/fonts/lcdftypetools/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/fonts/lcdftypetools/Makefile
diff -u pkgsrc/fonts/lcdftypetools/Makefile:1.3 pkgsrc/fonts/lcdftypetools/Makefile:1.4
--- pkgsrc/fonts/lcdftypetools/Makefile:1.3 Thu Jun 16 03:57:25 2016
+++ pkgsrc/fonts/lcdftypetools/Makefile Thu Oct 27 11:02:41 2016
@@ -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@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_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
Home |
Main Index |
Thread Index |
Old Index