diff options
author | maya <maya@pkgsrc.org> | 2018-09-17 06:56:22 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2018-09-17 06:56:22 +0000 |
commit | a75e333164261ab68eaa70d67d4876bcfe62b674 (patch) | |
tree | 7061fdbe6cb956c6da5a9c20ba073efa6521d34e /fonts | |
parent | 3a369e4a0390079109664d356d1cb6b8b33d3695 (diff) | |
download | pkgsrc-a75e333164261ab68eaa70d67d4876bcfe62b674.tar.gz |
fontconfig: ignore errors from this command.
Besides native xorg+xorg sets, modular xorg, there is also
native xorg+no xorg sets, and apparently the build doesn't fail in
this case.
Reported by John D. Baker in pkgsrc-users.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/fontconfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/fontconfig/Makefile b/fonts/fontconfig/Makefile index 435b48af453..98ee192149a 100644 --- a/fonts/fontconfig/Makefile +++ b/fonts/fontconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.114 2018/09/14 19:02:38 joerg Exp $ +# $NetBSD: Makefile,v 1.115 2018/09/17 06:56:22 maya Exp $ DISTNAME= fontconfig-2.13.1 CATEGORIES= fonts @@ -90,7 +90,7 @@ CONFIGURE_ENV+= CC_FOR_BUILD=${NATIVE_CC:Q} .endif pre-configure: - cd ${BUILDLINK_X11_DIR:Q} && ${FIND} . -path "*fontconfig*" -type l -delete + -cd ${BUILDLINK_X11_DIR:Q} && ${FIND} . -path "*fontconfig*" -type l -delete post-install: ${INSTALL_DATA} ${FILESDIR}/30-pkgsrc-aliases.conf ${DESTDIR}${TMPLDIR} |