diff options
author | tnn <tnn> | 2015-11-02 12:49:13 +0000 |
---|---|---|
committer | tnn <tnn> | 2015-11-02 12:49:13 +0000 |
commit | 46cf47583f0c91f87bde21608655bee6db5a9856 (patch) | |
tree | 70be1799dc09710bc4680b9b769503041757b836 | |
parent | 38c6d0b2ae4068d3eeca8fe04ba6ff883fe13c00 (diff) | |
download | pkgsrc-46cf47583f0c91f87bde21608655bee6db5a9856.tar.gz |
No need to build flock(1) when we are only interested in libuuid.
Fixes build on Darwin.
-rw-r--r-- | devel/libuuid/distinfo | 4 | ||||
-rw-r--r-- | devel/libuuid/patches/patch-configure | 11 |
2 files changed, 12 insertions, 3 deletions
diff --git a/devel/libuuid/distinfo b/devel/libuuid/distinfo index 957c18f55ce..4ad69a4a04a 100644 --- a/devel/libuuid/distinfo +++ b/devel/libuuid/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2015/09/30 20:38:16 wiz Exp $ +$NetBSD: distinfo,v 1.10 2015/11/02 12:49:13 tnn Exp $ SHA1 (util-linux-2.27.tar.xz) = 0549760ba1d2eb0e48b41b926d54ac55533369af RMD160 (util-linux-2.27.tar.xz) = fa0ff85e9701461e8f259bd72d3715c2d14c4ff1 Size (util-linux-2.27.tar.xz) = 3968872 bytes SHA1 (patch-ab) = 14203e9a470f620c442ddacf14dba219027aef84 -SHA1 (patch-configure) = 000f32a8ac3418e60a28a0e324307b1f7604b192 +SHA1 (patch-configure) = 9d13a7e8cd029be574900e080f521303f90b35e7 SHA1 (patch-lib_randutils.c) = d1f57352c5c19bfe20ee79ebc93fb2949db2ea47 diff --git a/devel/libuuid/patches/patch-configure b/devel/libuuid/patches/patch-configure index 8addaa58c42..c940a6d9232 100644 --- a/devel/libuuid/patches/patch-configure +++ b/devel/libuuid/patches/patch-configure @@ -1,4 +1,4 @@ -$NetBSD: patch-configure,v 1.2 2015/09/30 20:38:16 wiz Exp $ +$NetBSD: patch-configure,v 1.3 2015/11/02 12:49:13 tnn Exp $ --- configure.orig 2015-09-07 07:59:52.000000000 +0000 +++ configure @@ -11,6 +11,15 @@ $NetBSD: patch-configure,v 1.2 2015/09/30 20:38:16 wiz Exp $ $as_echo "#define USE_LIBMOUNT_FORCE_MOUNTINFO 1" >>confdefs.h +@@ -24071,7 +24071,7 @@ fi + fi + else + +- build_flock=yes ++ build_flock=no + enable_flock=yes + fi + @@ -27616,7 +27616,7 @@ else fi |