pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libblkid



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Thu Apr  4 07:33:08 UTC 2019

Modified Files:
        pkgsrc/devel/libblkid: Makefile

Log Message:
libblkid: Re-add libuuid dependency.

Fixes a build failure seen in the Joyent Linux builds.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/libblkid/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libblkid/Makefile
diff -u pkgsrc/devel/libblkid/Makefile:1.4 pkgsrc/devel/libblkid/Makefile:1.5
--- pkgsrc/devel/libblkid/Makefile:1.4  Fri Dec  8 08:03:35 2017
+++ pkgsrc/devel/libblkid/Makefile      Thu Apr  4 07:33:08 2019
@@ -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 @@ LICENSE=      gnu-lgpl-v2.1
 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