pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/pixman



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Oct 18 11:06:46 UTC 2022

Modified Files:
        pkgsrc/x11/pixman: builtin.mk

Log Message:
pixman: fix pkglint


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/pixman/builtin.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/pixman/builtin.mk
diff -u pkgsrc/x11/pixman/builtin.mk:1.9 pkgsrc/x11/pixman/builtin.mk:1.10
--- pkgsrc/x11/pixman/builtin.mk:1.9    Sat Jul  9 10:22:29 2016
+++ pkgsrc/x11/pixman/builtin.mk        Tue Oct 18 11:06:46 2022
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.9 2016/07/09 10:22:29 rillig Exp $
+# $NetBSD: builtin.mk,v 1.10 2022/10/18 11:06:46 wiz Exp $
 
 BUILTIN_PKG:=          pixman
 PKGCONFIG_FILE.pixman= ${X11BASE}/lib/pkgconfig/pixman-1.pc
@@ -11,8 +11,8 @@ PKGCONFIG_FILE.pixman+=       ${X11BASE}/lib${
 # Mac OS 10.5.4 or newer which references a non-existing version of the
 # PNG shared library.
 CHECK_BUILTIN.pixman?= no
-.if !empty(CHECK_BUILTIN.pixman:M[nN][oO]) && \
-    !empty(USE_BUILTIN.pixman:M[Yy][Ee][Ss]) && \
+.if ${CHECK_BUILTIN.pixman:M[nN][oO]} && \
+    ${USE_BUILTIN.pixman:M[Yy][Ee][Ss]} && \
     !empty(MACHINE_PLATFORM:MDarwin-9.*-*)
 BUILDLINK_TRANSFORM+=  opt:-lpixman-1.0.10.0:-lpixman-1
 .endif



Home | Main Index | Thread Index | Old Index