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:   bsiegert
Date:           Mon Mar 12 19:13:53 UTC 2018

Modified Files:
        pkgsrc/fonts/fontconfig: Makefile

Log Message:
Fix inverted logic for the conditional uuid dependency.

The buildlink3.mk should be included for OSes _except_ Darwin.

The proper fix for this would be to have a devel/libuuid/builtin.mk that
detects builtinness.


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 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.106 pkgsrc/fonts/fontconfig/Makefile:1.107
--- pkgsrc/fonts/fontconfig/Makefile:1.106      Mon Mar 12 11:44:52 2018
+++ pkgsrc/fonts/fontconfig/Makefile    Mon Mar 12 19:13:53 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.106 2018/03/12 11:44:52 adam Exp $
+# $NetBSD: Makefile,v 1.107 2018/03/12 19:13:53 bsiegert Exp $
 
 DISTNAME=      fontconfig-2.13.0
 CATEGORIES=    fonts
@@ -96,7 +96,7 @@ LDFLAGS+=     -L../src/.libs
 post-install:
        ${INSTALL_DATA} ${FILESDIR}/30-pkgsrc-aliases.conf ${DESTDIR}${TMPLDIR}
 
-.if ${OPSYS} == "Darwin"
+.if ${OPSYS} != "Darwin"
 .include "../../devel/libuuid/buildlink3.mk"
 .endif
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index