pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libuuid



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon May 14 13:55:56 UTC 2018

Modified Files:
        pkgsrc/devel/libuuid: builtin.mk

Log Message:
libuuid: Always create fake .pc when using builtin.

Previous logic would only create it when pkg-config was in USE_TOOLS,
but pkg-config is not the only tool that uses them - for example any
package that uses ruby-pkg-config.  Fixes graphics/ruby-cairo.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/libuuid/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/devel/libuuid/builtin.mk
diff -u pkgsrc/devel/libuuid/builtin.mk:1.8 pkgsrc/devel/libuuid/builtin.mk:1.9
--- pkgsrc/devel/libuuid/builtin.mk:1.8 Wed Feb 24 14:58:24 2016
+++ pkgsrc/devel/libuuid/builtin.mk     Mon May 14 13:55:56 2018
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.8 2016/02/24 14:58:24 jperkin Exp $
+# $NetBSD: builtin.mk,v 1.9 2018/05/14 13:55:56 jperkin Exp $
 
 BUILTIN_PKG:=  libuuid
 
@@ -70,8 +70,7 @@ MAKEVARS+=    USE_BUILTIN.libuuid
 ###
 CHECK_BUILTIN.libuuid?=        no
 .if !empty(CHECK_BUILTIN.libuuid:M[nN][oO])
-.  if !empty(USE_BUILTIN.libuuid:M[yY][eE][sS]) && \
-      !empty(USE_TOOLS:C/:.*//:Mpkg-config)
+.  if !empty(USE_BUILTIN.libuuid:M[yY][eE][sS])
 BUILDLINK_TARGETS+=    libuuid-fake-pc
 
 .    if ${OPSYS} == "SunOS"



Home | Main Index | Thread Index | Old Index