diff options
author | tnn <tnn@pkgsrc.org> | 2022-08-07 14:53:38 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2022-08-07 14:53:38 +0000 |
commit | cd038967abb9d8cfa68fb0903efc6edde06b2cd9 (patch) | |
tree | 818a55dbeedf3d92d5180f37a8768c86c509eaa8 /fonts/harfbuzz | |
parent | 337bc0076413bedc850ec42d324ad22d973ed210 (diff) | |
download | pkgsrc-cd038967abb9d8cfa68fb0903efc6edde06b2cd9.tar.gz |
harfbuzz-icu: uncomment PATCHDIR to fix the build
Diffstat (limited to 'fonts/harfbuzz')
-rw-r--r-- | fonts/harfbuzz/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/harfbuzz/Makefile.common b/fonts/harfbuzz/Makefile.common index c3e5dd64972..8509f4f792d 100644 --- a/fonts/harfbuzz/Makefile.common +++ b/fonts/harfbuzz/Makefile.common @@ -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 |