diff options
Diffstat (limited to 'app-crypt/pinentry/files/pinentry-for-tqt-configure-1.2.1.patch')
-rw-r--r-- | app-crypt/pinentry/files/pinentry-for-tqt-configure-1.2.1.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/app-crypt/pinentry/files/pinentry-for-tqt-configure-1.2.1.patch b/app-crypt/pinentry/files/pinentry-for-tqt-configure-1.2.1.patch deleted file mode 100644 index e6dafbeb..00000000 --- a/app-crypt/pinentry/files/pinentry-for-tqt-configure-1.2.1.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -urN pinentry-1.2.1.orig/configure.ac pinentry-1.2.1/configure.ac ---- pinentry-1.2.1.orig/configure.ac 2023-12-27 14:38:13.605366651 +0300 -+++ pinentry-1.2.1/configure.ac 2023-12-27 14:38:53.221364994 +0300 -@@ -642,15 +642,6 @@ - - if test "$pinentry_tqt" != "no"; then - -- if test "$pinentry_qt" = "yes"; then -- AC_MSG_ERROR([[ -- *** -- *** Building both Qt and TQt pinentries is not supported. -- *** Use --disable-pinentry-qt and --disable-pinentry-qt4 -- *** if you want the TQt pinentry. -- ***]]) -- fi -- - PKG_CHECK_MODULES(PINENTRY_TQT, tqt, - have_tqt_libs=yes, - [PKG_CHECK_MODULES(PINENTRY_TQT, tqt-mt, |