pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libblkid libblkid: Re-add libuuid dependency.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f3e01d6ada87
branches: trunk
changeset: 332126:f3e01d6ada87
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Thu Apr 04 07:33:08 2019 +0000
description:
libblkid: Re-add libuuid dependency.
Fixes a build failure seen in the Joyent Linux builds.
diffstat:
devel/libblkid/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 738c5575b5ad -r f3e01d6ada87 devel/libblkid/Makefile
--- a/devel/libblkid/Makefile Thu Apr 04 07:27:11 2019 +0000
+++ b/devel/libblkid/Makefile Thu Apr 04 07:33:08 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/12/08 08:03:35 adam Exp $
+# $NetBSD: Makefile,v 1.5 2019/04/04 07:33:08 bsiegert Exp $
.include "../../devel/libuuid/Makefile.common"
@@ -10,5 +10,5 @@
CONFIGURE_ARGS+= --enable-libblkid
PKGCONFIG_OVERRIDE+= libblkid/blkid.pc.in
-#.include "../../devel/libuuid/buildlink3.mk"
+.include "../../devel/libuuid/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index