diff options
author | Peter Volkov <pva@gentoo.org> | 2010-02-28 22:00:45 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2010-02-28 22:00:45 +0000 |
commit | e7a0d68bb11dd7c1cc7c2abc12016d3ed86b17ac (patch) | |
tree | ec0ef89c52eccc6bade9e6a72124ab401f2e3b62 /app-text/djview4/files | |
parent | amd64 stable, security bug #305715 (diff) | |
download | gentoo-2-e7a0d68bb11dd7c1cc7c2abc12016d3ed86b17ac.tar.gz gentoo-2-e7a0d68bb11dd7c1cc7c2abc12016d3ed86b17ac.tar.bz2 gentoo-2-e7a0d68bb11dd7c1cc7c2abc12016d3ed86b17ac.zip |
Fix build issue witu USE=-nsplugin, bug #305949, thank Roman Sergeev for report.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'app-text/djview4/files')
-rw-r--r-- | app-text/djview4/files/djview4-4.5-libtool.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app-text/djview4/files/djview4-4.5-libtool.patch b/app-text/djview4/files/djview4-4.5-libtool.patch new file mode 100644 index 000000000000..546bea887336 --- /dev/null +++ b/app-text/djview4/files/djview4-4.5-libtool.patch @@ -0,0 +1,23 @@ +https://sourceforge.net/tracker/?func=detail&aid=2960877&group_id=32953&atid=406585 + +Index: configure.ac +=================================================================== +RCS file: /cvsroot/djvu/djview/configure.ac,v +retrieving revision 1.32 +diff -u -B -r1.32 configure.ac +--- configure.ac 12 Mar 2009 23:49:50 -0000 1.32 ++++ configure.ac 28 Feb 2010 21:42:27 -0000 +@@ -180,10 +180,10 @@ + fi + fi + ++# need libtool ++AC_DISABLE_STATIC ++AC_PROG_LIBTOOL + if test "$ac_nsdejavu" != no ; then +- # need libtool +- AC_DISABLE_STATIC +- AC_PROG_LIBTOOL + # prepare flags + NSDEJAVU_CFLAGS= + NSDEJAVU_LIBS= |