Fix path to libuuid in pkg-config file.

Found by and ok jasper@
This commit is contained in:
landry 2009-06-02 17:35:23 +00:00
parent 286dc281af
commit fb0fc889fa
2 changed files with 13 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2009/03/15 19:59:31 landry Exp $
# $OpenBSD: Makefile,v 1.13 2009/06/02 17:35:23 landry Exp $
# $FreeBSD: ports/sysutils/e2fsprogs/Makefile,v 1.8 2003/02/20 19:00:47 knu Exp $
COMMENT-main= utilities to manipulate ext2 filesystems
@ -7,7 +7,7 @@ COMMENT-uuid= unique id generator library
V= 1.41.4
DISTNAME= e2fsprogs-${V}
PKGNAME-main= ${DISTNAME}
PKGNAME-uuid= e2fs-uuid-${V}
PKGNAME-uuid= e2fs-uuid-${V}p0
CATEGORIES-uuid= devel
CATEGORIES= sysutils
SHARED_LIBS= blkid 0.0 \

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-lib_uuid_uuid_pc_in,v 1.1 2009/06/02 17:35:23 landry Exp $
--- lib/uuid/uuid.pc.in.orig Mon Jun 1 18:24:37 2009
+++ lib/uuid/uuid.pc.in Mon Jun 1 18:25:29 2009
@@ -1,6 +1,6 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
-libdir=@libdir@
+libdir=@libdir@/uuid
includedir=@includedir@
Name: uuid