diff options
author | dsainty <dsainty@pkgsrc.org> | 2011-01-08 22:30:38 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2011-01-08 22:30:38 +0000 |
commit | 48708bad94b4bb925cf18a90d5f885443cb93236 (patch) | |
tree | 142f9831dc4ef4519b3ff870fc37dc0dc152443d /devel/libblkid/patches/patch-ab | |
parent | 0d5cbb7e2aa824a465fbede448853f0d56c9b9fd (diff) | |
download | pkgsrc-48708bad94b4bb925cf18a90d5f885443cb93236.tar.gz |
Avoid installing some files not in PLIST, namely language and hwclock files.
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 + |