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:   pgoyette
Date:           Mon Aug 17 01:30:38 UTC 2026

Modified Files:
        pkgsrc/fonts/fontconfig: Makefile

Log Message:
Unbreak the build


To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 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.142 pkgsrc/fonts/fontconfig/Makefile:1.143
--- pkgsrc/fonts/fontconfig/Makefile:1.142      Fri Aug 14 14:01:21 2026
+++ pkgsrc/fonts/fontconfig/Makefile    Mon Aug 17 01:30:38 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.142 2026/08/14 14:01:21 adam Exp $
+# $NetBSD: Makefile,v 1.143 2026/08/17 01:30:38 pgoyette Exp $
 
 DISTNAME=      fontconfig-2.18.3
 CATEGORIES=    fonts
@@ -105,7 +105,7 @@ CHECK_PORTABILITY_SKIP+=    .gitlab-ci/fedo
 TEST_TARGET=   check
 
 pre-configure:
-       cd ${BUILDLINK_X11_DIR} && ${FIND} . -path "*fontconfig*" -type l -delete
+       -cd ${BUILDLINK_X11_DIR} && ${FIND} . -path "*fontconfig*" -type l -delete
 
 post-install:
        ${INSTALL_DATA} ${FILESDIR}/30-pkgsrc-aliases.conf ${DESTDIR}${TMPLDIR}



Home | Main Index | Thread Index | Old Index