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:   adam
Date:           Mon Mar 12 11:44:52 UTC 2018

Modified Files:
        pkgsrc/fonts/fontconfig: Makefile

Log Message:
Do not look for libuuid on Darwin, it is built-in.


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 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.105 pkgsrc/fonts/fontconfig/Makefile:1.106
--- pkgsrc/fonts/fontconfig/Makefile:1.105      Mon Mar 12 08:00:34 2018
+++ pkgsrc/fonts/fontconfig/Makefile    Mon Mar 12 11:44:52 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.105 2018/03/12 08:00:34 wiz Exp $
+# $NetBSD: Makefile,v 1.106 2018/03/12 11:44:52 adam Exp $
 
 DISTNAME=      fontconfig-2.13.0
 CATEGORIES=    fonts
@@ -96,8 +96,10 @@ LDFLAGS+=    -L../src/.libs
 post-install:
        ${INSTALL_DATA} ${FILESDIR}/30-pkgsrc-aliases.conf ${DESTDIR}${TMPLDIR}
 
-.include "../../devel/zlib/buildlink3.mk"
+.if ${OPSYS} == "Darwin"
 .include "../../devel/libuuid/buildlink3.mk"
+.endif
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../textproc/expat/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index