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-canonical-prefixes



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d6cacc44e4de
branches:  trunk
changeset: 380392:d6cacc44e4de
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 65f299fdbde8 -r d6cacc44e4de 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