commit: dfdb0ecc1aa82de108a760effb9bd1e483062335 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun Jul 11 11:33:56 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Jul 11 14:42:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfdb0ecc
mate-base/caja: remove unused patch(es) Closes: https://github.com/gentoo/gentoo/pull/21598 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../caja-1.24.0-fix-selinux-automagic-dep.patch | 46 ---------------------- 1 file changed, 46 deletions(-) diff --git a/mate-base/caja/files/caja-1.24.0-fix-selinux-automagic-dep.patch b/mate-base/caja/files/caja-1.24.0-fix-selinux-automagic-dep.patch deleted file mode 100644 index ffc0a2903d1..00000000000 --- a/mate-base/caja/files/caja-1.24.0-fix-selinux-automagic-dep.patch +++ /dev/null @@ -1,46 +0,0 @@ -diff --git a/configure.ac b/configure.ac -index 052b4d0..12c818d 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -169,17 +169,24 @@ dnl **************************** - dnl *** Check for libselinux *** - dnl **************************** - -+AC_ARG_ENABLE(selinux, -+ [AC_HELP_STRING([--enable-selinux], -+ [build with selinux support])]) -+AM_CONDITIONAL([ENABLE_SELINUX],[test "x$enable_selinux" = "xyes"]) -+ - SELINUX_LIBS= - msg_selinux=no --AC_CHECK_LIB(selinux, is_selinux_enabled, -- [AC_CHECK_HEADERS(selinux/selinux.h, -- [AC_SEARCH_LIBS(selinux_raw_to_trans_context, selinux, -- [AC_DEFINE(HAVE_SELINUX, 1, [Define to 1 if libselinux is available]) -- SELINUX_LIBS="-lselinux" -- msg_selinux=yes]) -- ]) -- ]) --AC_SUBST(SELINUX_LIBS) -+if test "x$enable_selinux" != "xno"; then -+ AC_CHECK_LIB(selinux, is_selinux_enabled, -+ [AC_CHECK_HEADERS(selinux/selinux.h, -+ [AC_SEARCH_LIBS(selinux_raw_to_trans_context, selinux, -+ [AC_DEFINE(HAVE_SELINUX, 1, [Define to 1 if libselinux is available]) -+ SELINUX_LIBS="-lselinux" -+ msg_selinux=yes]) -+ ]) -+ ]) -+ AC_SUBST(SELINUX_LIBS) -+fi - - - AC_ARG_ENABLE(empty_view, -@@ -353,6 +360,7 @@ caja-$VERSION: - warning flags: ${WARNING_CFLAGS} - xmp support: $msg_xmp - PackageKit support: $msg_packagekit -+ SELinux support: $msg_selinux - Self check: $msg_self_check - - caja-extension documentation: ${enable_gtk_doc}
