diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2016-01-09 09:48:50 -0500 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2016-01-11 11:53:21 -0500 |
commit | 1236680f7cce8054172c79943d7493d859410556 (patch) | |
tree | 0184df421c3a06b324ae44cd951a3ae0afadfe53 /app-arch/libarchive/files | |
parent | dev-libs/libbsd: convert to multlib (diff) | |
download | gentoo-1236680f7cce8054172c79943d7493d859410556.tar.gz gentoo-1236680f7cce8054172c79943d7493d859410556.tar.bz2 gentoo-1236680f7cce8054172c79943d7493d859410556.zip |
app-arch/libarchive: convert to multilib
multilib is needed to support samba-4 (new rdep)
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-arch/libarchive/files')
-rw-r--r-- | app-arch/libarchive/files/libarchive-3.1.2-outofsource.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/app-arch/libarchive/files/libarchive-3.1.2-outofsource.patch b/app-arch/libarchive/files/libarchive-3.1.2-outofsource.patch new file mode 100644 index 000000000000..6545c6132391 --- /dev/null +++ b/app-arch/libarchive/files/libarchive-3.1.2-outofsource.patch @@ -0,0 +1,29 @@ +--- a/Makefile.am 2013-02-09 12:23:03.000000000 -0500 ++++ b/Makefile.am 2016-01-08 16:43:00.868186895 -0500 +@@ -508,7 +508,7 @@ + # Building it automatically provides a sanity-check on libarchive_test_SOURCES + # above. + libarchive/test/list.h: Makefile +- cat $(top_srcdir)/libarchive/test/test_*.c | grep DEFINE_TEST > libarchive/test/list.h ++ mkdir -p libarchive/test && cat $(top_srcdir)/libarchive/test/test_*.c | grep DEFINE_TEST > libarchive/test/list.h + + libarchive_TESTS_ENVIRONMENT= LIBARCHIVE_TEST_FILES=`cd $(top_srcdir);/bin/pwd`/libarchive/test LRZIP=NOCONFIG + +@@ -835,7 +835,7 @@ + $(PLATFORMCPPFLAGS) + + tar/test/list.h: Makefile +- cat $(top_srcdir)/tar/test/test_*.c | grep DEFINE_TEST > tar/test/list.h ++ mkdir -p tar/test && cat $(top_srcdir)/tar/test/test_*.c | grep DEFINE_TEST > tar/test/list.h + + if BUILD_BSDTAR + bsdtar_test_programs= bsdtar_test +@@ -975,7 +975,7 @@ + bsdcpio_test_LDADD=libarchive_fe.la + + cpio/test/list.h: Makefile +- cat $(top_srcdir)/cpio/test/test_*.c | grep DEFINE_TEST > cpio/test/list.h ++ mkdir -p cpio/test && cat $(top_srcdir)/cpio/test/test_*.c | grep DEFINE_TEST > cpio/test/list.h + + if BUILD_BSDCPIO + bsdcpio_test_programs= bsdcpio_test |