summaryrefslogtreecommitdiff
path: root/media-gfx/xsane/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /media-gfx/xsane/files
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'media-gfx/xsane/files')
-rw-r--r--media-gfx/xsane/files/xsane-0.999-lcms2.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/xsane/files/xsane-0.999-lcms2.patch b/media-gfx/xsane/files/xsane-0.999-lcms2.patch
index c3d696c28ecf..0a98bc8122bb 100644
--- a/media-gfx/xsane/files/xsane-0.999-lcms2.patch
+++ b/media-gfx/xsane/files/xsane-0.999-lcms2.patch
@@ -32,10 +32,10 @@ index df7b114..3659c97 100644
+ if test "${ac_cv_search_cmsOpenProfileFromFile}" != "no"; then
+ AC_DEFINE(HAVE_LIBLCMS, 1, [Define if LCMS is to be used.])
+ fi
-+ if test "${ac_cv_search_cmsOpenProfileFromFile}" == "-llcms2"; then
++ if test "${ac_cv_search_cmsOpenProfileFromFile}" = "-llcms2"; then
+ AC_DEFINE(HAVE_LIBLCMS2, 1, [Define if you have liblcms2.])
+ else
-+ if test "${ac_cv_search_cmsOpenProfileFromFile}" == "-llcms"; then
++ if test "${ac_cv_search_cmsOpenProfileFromFile}" = "-llcms"; then
+ AC_DEFINE(HAVE_LIBLCMS1, 1, [Define if you have liblcms.])
+ fi
+ fi