pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/fontconfig fontconfig: ignore errors from this c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c48e3eef67b
branches:  trunk
changeset: 385237:3c48e3eef67b
user:      maya <maya%pkgsrc.org@localhost>
date:      Mon Sep 17 06:56:22 2018 +0000

description:
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:

 fonts/fontconfig/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 43c4d056bd87 -r 3c48e3eef67b fonts/fontconfig/Makefile
--- a/fonts/fontconfig/Makefile Sun Sep 16 20:35:08 2018 +0000
+++ b/fonts/fontconfig/Makefile Mon Sep 17 06:56:22 2018 +0000
@@ -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 @@
 .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}



Home | Main Index | Thread Index | Old Index