diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-10-16 00:25:36 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-10-16 00:29:23 +0200 |
commit | 246d53d0ea28e680beed6dba9823a119b1ee349b (patch) | |
tree | f3a816a9f102c6ad8a6f82ac13c8809f37b61531 /media-gfx/xsane | |
parent | net-mail/imapsync: keyworded 1.882 for ppc (diff) | |
download | gentoo-246d53d0ea28e680beed6dba9823a119b1ee349b.tar.gz gentoo-246d53d0ea28e680beed6dba9823a119b1ee349b.tar.bz2 gentoo-246d53d0ea28e680beed6dba9823a119b1ee349b.zip |
media-gfx/xsane: Make lcms2 patch POSIX sh compliant
Thanks-to: Nico R. <n-roeser@gmx.net>
Closes: https://bugs.gentoo.org/723516
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-gfx/xsane')
-rw-r--r-- | media-gfx/xsane/files/xsane-0.999-lcms2.patch | 4 |
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 |