blob: 3d1df4758d407f8443bfc445f2389fea2f81eaae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-uuid.pc.in,v 1.1 2014/02/12 11:43:53 fhajny Exp $
Rename package files to avoid conflict with devel/libuuid (based
on Debian patches).
--- uuid.pc.in.orig 2008-03-07 10:49:59.000000000 +0000
+++ uuid.pc.in
@@ -36,7 +36,7 @@ Name: OSSP uuid
Description: Universally Unique Identifier (UUID) Library
Version: @UUID_VERSION_RAW@
URL: http://www.ossp.org/pkg/lib/uuid/
-Cflags: -I${includedir}
-Libs: -L${libdir} -luuid
+Cflags: -I${includedir}/ossp
+Libs: -L${libdir} -lossp-uuid
Libs.private: @LIBS@
|