diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-11-19 10:02:54 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-11-19 10:02:54 +0000 |
commit | 7cc5b3f2c63dff73fa55319b273c3e2b991ff006 (patch) | |
tree | 9dd61ee6dcd01f0f7a9ecc33b1745953ce64c7c7 /sys-fs/progsreiserfs/files | |
parent | Bug #430342: Fix nosy-dump ignoring CFLAGS, file collisions. Bug #389341: fil... (diff) | |
download | gentoo-2-7cc5b3f2c63dff73fa55319b273c3e2b991ff006.tar.gz gentoo-2-7cc5b3f2c63dff73fa55319b273c3e2b991ff006.tar.bz2 gentoo-2-7cc5b3f2c63dff73fa55319b273c3e2b991ff006.zip |
USE="static-libs" and use prune_libtool_files from eutils.eclass. Fix underquoting within progsreiserfs.m4 wrt #442226 by Raphaël Droz
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-fs/progsreiserfs/files')
-rw-r--r-- | sys-fs/progsreiserfs/files/progsreiserfs-0.3.1_rc8-autotools.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-fs/progsreiserfs/files/progsreiserfs-0.3.1_rc8-autotools.patch b/sys-fs/progsreiserfs/files/progsreiserfs-0.3.1_rc8-autotools.patch new file mode 100644 index 000000000000..4a0753f4f09b --- /dev/null +++ b/sys-fs/progsreiserfs/files/progsreiserfs-0.3.1_rc8-autotools.patch @@ -0,0 +1,13 @@ +http://bugs.gentoo.org/442226 + +--- progsreiserfs.m4 ++++ progsreiserfs.m4 +@@ -10,7 +10,7 @@ + dnl Adds the required libraries to $REISERFS_LIBS and does an + dnl AC_SUBST(REISERFS_LIBS) + +-AC_DEFUN(AC_CHECK_LIBREISERFS, ++AC_DEFUN([AC_CHECK_LIBREISERFS], + [ + + dnl save LIBS |