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 Mar 11 18:06:05 UTC 2024

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

Log Message:
libuuid: Add /usr/include/uuid to the fake .pc.

Fixes software that only looks for <uuid.h>.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 pkgsrc/devel/libuuid/builtin.mk:1.14
--- pkgsrc/devel/libuuid/builtin.mk:1.13        Sat Jan 13 20:07:32 2024
+++ pkgsrc/devel/libuuid/builtin.mk     Mon Mar 11 18:06:05 2024
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.13 2024/01/13 20:07:32 riastradh Exp $
+# $NetBSD: builtin.mk,v 1.14 2024/03/11 18:06:05 jperkin Exp $
 
 BUILTIN_PKG:=  libuuid
 
@@ -96,7 +96,7 @@ libuuid-fake-pc:
                        ${ECHO} "Description: Universally unique id library"; \
                        ${ECHO} "Version: ${BUILTIN_VERSION.libuuid}";  \
                        ${ECHO} "Libs: -L/usr/lib -luuid ${LIBUUID_LDADD}"; \
-                       ${ECHO} "Cflags: -I/usr/include";               \
+                       ${ECHO} "Cflags: -I/usr/include -I/usr/include/uuid"; \
                } >$${dst} ;\
        fi
 .  endif



Home | Main Index | Thread Index | Old Index