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:   joerg
Date:           Fri Sep 14 19:02:38 UTC 2018

Modified Files:
        pkgsrc/fonts/fontconfig: Makefile

Log Message:
Remove fontconfig files from x11-links, they can confuse ld later on.


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 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.113 pkgsrc/fonts/fontconfig/Makefile:1.114
--- pkgsrc/fonts/fontconfig/Makefile:1.113      Thu Sep  6 15:27:21 2018
+++ pkgsrc/fonts/fontconfig/Makefile    Fri Sep 14 19:02:38 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.113 2018/09/06 15:27:21 joerg Exp $
+# $NetBSD: Makefile,v 1.114 2018/09/14 19:02:38 joerg Exp $
 
 DISTNAME=      fontconfig-2.13.1
 CATEGORIES=    fonts
@@ -89,6 +89,9 @@ TEST_TARGET=  check
 CONFIGURE_ENV+=        CC_FOR_BUILD=${NATIVE_CC:Q}
 .endif
 
+pre-configure:
+       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