pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/woff2



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue May 15 11:46:43 UTC 2018

Modified Files:
        pkgsrc/fonts/woff2: Makefile

Log Message:
fonts/woff2: Avoid -no-canonical-prefixes


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/fonts/woff2/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/woff2/Makefile
diff -u pkgsrc/fonts/woff2/Makefile:1.1 pkgsrc/fonts/woff2/Makefile:1.2
--- pkgsrc/fonts/woff2/Makefile:1.1     Sat Apr 28 09:40:39 2018
+++ pkgsrc/fonts/woff2/Makefile Tue May 15 11:46:43 2018
@@ -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 @@ LICENSE=      mit
 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