diff options
author | Alexander Golubev <[email protected]> | 2023-12-28 17:02:52 +0300 |
---|---|---|
committer | Alexander Golubev <[email protected]> | 2023-12-31 15:50:39 +0300 |
commit | 01638c7e3c6fab0c1679bd5153ecb4764b9830c7 (patch) | |
tree | 531dd8a852af63de3f56cb3183390e649f4c0db0 /app-crypt/pinentry/files/pinentry-for-tqt-configure-1.2.1.patch | |
parent | 8eae3d34466c920ca4ee2889784080393d001249 (diff) | |
download | tde-packaging-gentoo-01638c7e3c6fab0c1679bd5153ecb4764b9830c7.tar.gz tde-packaging-gentoo-01638c7e3c6fab0c1679bd5153ecb4764b9830c7.zip |
app-crypt/*: move pinentry[tqt] into pinentry-tqt
Signed-off-by: Alexander Golubev <[email protected]>
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, |