diff options
Diffstat (limited to 'devel/libblkid/patches/patch-ab')
-rw-r--r-- | devel/libblkid/patches/patch-ab | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/devel/libblkid/patches/patch-ab b/devel/libblkid/patches/patch-ab index 74472cc9788..9835fb91257 100644 --- a/devel/libblkid/patches/patch-ab +++ b/devel/libblkid/patches/patch-ab @@ -1,17 +1,18 @@ -$NetBSD: patch-ab,v 1.1.1.1 2011/01/08 20:43:39 markd Exp $ +$NetBSD: patch-ab,v 1.2 2011/01/08 22:30:39 dsainty Exp $ -Dont try to build things we don't care about +Don't try to build things we don't care about, including hwclock - pulled in +unconditionally if building on Linux via am__append_1. --- Makefile.in.orig 2010-06-30 12:53:07.000000000 +0000 +++ Makefile.in -@@ -311,8 +311,8 @@ ul_libmount_la = $(top_builddir)/shlibs/ +@@ -311,9 +311,7 @@ ul_libmount_la = $(top_builddir)/shlibs/ # mount.h is generated by ./configure script and stored in build directory ul_libmount_incdir = $(ul_libmount_builddir) -SUBDIRS = include disk-utils fdisk getopt lib shlibs login-utils \ - misc-utils po schedutils sys-utils text-utils tests \ -+SUBDIRS = include shlibs \ -+ po \ - $(am__append_1) $(am__append_2) $(am__append_3) +- $(am__append_1) $(am__append_2) $(am__append_3) ++SUBDIRS = include shlibs RCS_FIND_IGNORE := \( -name SCCS -o -name BitKeeper -o -name .svn -o \ -name CVS -o -name .pc -o -name .hg -o -name .git \) -prune -o + |