pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/woff2 fonts/woff2: Avoid -no-canoni...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c07a5d733c61
branches:  trunk
changeset: 307973:c07a5d733c61
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue May 15 11:46:43 2018 +0000

description:
fonts/woff2: Avoid -no-canonical-prefixes

diffstat:

 fonts/woff2/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 7768f4b1b6d5 -r c07a5d733c61 fonts/woff2/Makefile
--- a/fonts/woff2/Makefile      Tue May 15 10:50:29 2018 +0000
+++ b/fonts/woff2/Makefile      Tue May 15 11:46:43 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/04/28 09:40:39 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2018/05/15 11:46:43 jperkin Exp $
 
 DISTNAME=      woff2-1.0.2
 CATEGORIES=    fonts
@@ -13,6 +13,8 @@
 USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 
+CMAKE_ARGS+=   -DCANONICAL_PREFIXES=ON
+
 PKGCONFIG_OVERRIDE=            libwoff2common.pc
 PKGCONFIG_OVERRIDE+=           libwoff2dec.pc
 PKGCONFIG_OVERRIDE+=           libwoff2enc.pc



Home | Main Index | Thread Index | Old Index