pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/fonts/harfbuzz
Module Name: pkgsrc
Committed By: tnn
Date: Sun Aug 7 14:53:38 UTC 2022
Modified Files:
pkgsrc/fonts/harfbuzz: Makefile.common
Log Message:
harfbuzz-icu: uncomment PATCHDIR to fix the build
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/fonts/harfbuzz/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/fonts/harfbuzz/Makefile.common
diff -u pkgsrc/fonts/harfbuzz/Makefile.common:1.25 pkgsrc/fonts/harfbuzz/Makefile.common:1.26
--- pkgsrc/fonts/harfbuzz/Makefile.common:1.25 Sun Aug 7 08:08:23 2022
+++ pkgsrc/fonts/harfbuzz/Makefile.common Sun Aug 7 14:53:38 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.25 2022/08/07 08:08:23 wiz Exp $
+# $NetBSD: Makefile.common,v 1.26 2022/08/07 14:53:38 tnn Exp $
# used by fonts/harfbuzz-icu/Makefile
DISTNAME= harfbuzz-5.1.0
@@ -14,7 +14,7 @@ LICENSE= mit
WRKSRC= ${WRKDIR}/${DISTNAME}
DISTINFO_FILE= ${.CURDIR}/../../fonts/harfbuzz/distinfo
-#PATCHDIR= ${.CURDIR}/../../fonts/harfbuzz/patches
+PATCHDIR= ${.CURDIR}/../../fonts/harfbuzz/patches
# C++11
GCC_REQD+= 4.9
Home |
Main Index |
Thread Index |
Old Index