pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/fonts/fontconfig
Module Name: pkgsrc
Committed By: maya
Date: Mon Sep 17 06:56:22 UTC 2018
Modified Files:
pkgsrc/fonts/fontconfig: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 pkgsrc/fonts/fontconfig/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/fontconfig/Makefile
diff -u pkgsrc/fonts/fontconfig/Makefile:1.114 pkgsrc/fonts/fontconfig/Makefile:1.115
--- pkgsrc/fonts/fontconfig/Makefile:1.114 Fri Sep 14 19:02:38 2018
+++ pkgsrc/fonts/fontconfig/Makefile Mon Sep 17 06:56:22 2018
@@ -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
.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