diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-11-19 10:03:04 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-11-19 10:03:04 +0000 |
commit | ab7cc80412fcf8c4a386809ed9f5158e8793aa75 (patch) | |
tree | cbd50fb14d55129bcdd422385f1e6060af3e38dd /sys-fs/progsreiserfs/files | |
parent | Bug #430342: Fix nosy-dump ignoring CFLAGS, file collisions. Bug #389341: fil... (diff) | |
download | historical-ab7cc80412fcf8c4a386809ed9f5158e8793aa75.tar.gz historical-ab7cc80412fcf8c4a386809ed9f5158e8793aa75.tar.bz2 historical-ab7cc80412fcf8c4a386809ed9f5158e8793aa75.zip |
USE="static-libs" and use prune_libtool_files from eutils.eclass. Fix underquoting within progsreiserfs.m4 wrt #442226 by Raphaël Droz
Package-Manager: portage-2.2.0_alpha142/cvs/Linux x86_64
Manifest-Sign-Key: 0x4868F14D
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 |