diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-07-28 21:16:26 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-07-28 21:16:26 +0000 |
commit | 80ceeb9343ee15917cb727fa4e9f34cfcf2e09d4 (patch) | |
tree | 10350f32a739306558a2f194fa917fdb13a0e42c /kde-base/kdegraphics-kfile-plugins/files | |
parent | Marked ~ppc. (diff) | |
download | gentoo-2-80ceeb9343ee15917cb727fa4e9f34cfcf2e09d4.tar.gz gentoo-2-80ceeb9343ee15917cb727fa4e9f34cfcf2e09d4.tar.bz2 gentoo-2-80ceeb9343ee15917cb727fa4e9f34cfcf2e09d4.zip |
KDE 3.4.2 split ebuilds. p.masked, to be unmasked shortly.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'kde-base/kdegraphics-kfile-plugins/files')
-rw-r--r-- | kde-base/kdegraphics-kfile-plugins/files/configure-fix-kdegraphics-openexr.patch | 24 | ||||
-rw-r--r-- | kde-base/kdegraphics-kfile-plugins/files/digest-kdegraphics-kfile-plugins-3.4.2 | 1 |
2 files changed, 25 insertions, 0 deletions
diff --git a/kde-base/kdegraphics-kfile-plugins/files/configure-fix-kdegraphics-openexr.patch b/kde-base/kdegraphics-kfile-plugins/files/configure-fix-kdegraphics-openexr.patch new file mode 100644 index 000000000000..674a6d5ab220 --- /dev/null +++ b/kde-base/kdegraphics-kfile-plugins/files/configure-fix-kdegraphics-openexr.patch @@ -0,0 +1,24 @@ +Index: kfile-plugins/exr/configure.in.in +=================================================================== +--- kfile-plugins/exr/configure.in.in (revision 428265) ++++ kfile-plugins/exr/configure.in.in (working copy) +@@ -64,6 +64,17 @@ + AC_SUBST(EXR_FLAGS) + ]) + +-AC_FIND_LIBEXR ++AC_ARG_WITH([openexr], ++ [AS_HELP_STRING([--with-openexr], ++ [Enable support for OpenEXR @<:@default=check@:>@])], ++ [], with_openexr=check) ++ ++if test "x$with_openexr" != xno; then ++ AC_FIND_LIBEXR ++ ++ if test "x$with_openexr" != xcheck && test -z "$LIB_EXR"; then ++ AC_MSG_FAILURE([--with-openexr was given, but test for OpenEXR failed]) ++ fi ++fi ++ + AM_CONDITIONAL(include_EXR_MODULES, test -n "$LIB_EXR") +- diff --git a/kde-base/kdegraphics-kfile-plugins/files/digest-kdegraphics-kfile-plugins-3.4.2 b/kde-base/kdegraphics-kfile-plugins/files/digest-kdegraphics-kfile-plugins-3.4.2 new file mode 100644 index 000000000000..80c5b0d96ab2 --- /dev/null +++ b/kde-base/kdegraphics-kfile-plugins/files/digest-kdegraphics-kfile-plugins-3.4.2 @@ -0,0 +1 @@ +MD5 50916460952c4142329a7c6a47fe1530 kdegraphics-3.4.2.tar.bz2 6579227 |