diff options
author | 2010-02-28 22:00:45 +0000 | |
---|---|---|
committer | 2010-02-28 22:00:45 +0000 | |
commit | 1f8e598deea10a47d84a272471ab47d44eb61177 (patch) | |
tree | 1034273bfd32f73d0f5a37c75b644e8a1ef44f6d /app-text/djview4/files | |
parent | amd64 stable, security bug #305715 (diff) | |
download | historical-1f8e598deea10a47d84a272471ab47d44eb61177.tar.gz historical-1f8e598deea10a47d84a272471ab47d44eb61177.tar.bz2 historical-1f8e598deea10a47d84a272471ab47d44eb61177.zip |
Fix build issue witu USE=-nsplugin, bug #305949, thank Roman Sergeev for report.
Package-Manager: portage-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= |